Files
minecraft_server_zombie/config/armorsets/ghillie_snow.json
2024-11-28 17:00:03 +00:00

34 lines
836 B
JSON

{
"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
}