Initial commit

This commit is contained in:
2024-11-28 17:00:03 +00:00
commit c0bd808561
11697 changed files with 631986 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
{
"armorSetName": "armors.snow_ghillie.title",
"head": {
"itemKey": "apocalypsenow:snowghillie_helmet"
},
"chest": {
"itemKey": "apocalypsenow:snowghillie_chestplate"
},
"legs": {
"itemKey": "apocalypsenow:snowghillie_leggings"
},
"boots": {
"itemKey": "apocalypsenow:snowghillie_boots"
},
"fullSetBonuses": [
{
"type": "attribute",
"name": "minecraft:generic.movement_speed",
"value": 0.5,
"interactionType": "self",
"attributeOperation": 1,
"modifierUUID": "b4ac2d2b-2159-40c6-97dd-7d29ed622d5a",
"description": "armors.snow_ghillie.description_movement",
"hideBonusDescription": false,
"conditions": [
{
"type": "onblock",
"extra": "minecraft:snow"
}
]
}
],
"hideGeneratedTooltip": false
}