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

34 lines
847 B
JSON

{
"armorSetName": "armors.forest_ghillie.title",
"head": {
"itemKey": "apocalypsenow:ghilliesuit_helmet"
},
"chest": {
"itemKey": "apocalypsenow:ghilliesuit_chestplate"
},
"legs": {
"itemKey": "apocalypsenow:ghilliesuit_leggings"
},
"boots": {
"itemKey": "apocalypsenow:ghilliesuit_boots"
},
"fullSetBonuses": [
{
"type": "attribute",
"name": "minecraft:generic.movement_speed",
"value": 0.5,
"interactionType": "self",
"attributeOperation": 1,
"modifierUUID": "f1f46c2d-592a-408f-bb6b-3d66527cc7a7",
"description": "armors.forest_ghillie.description_movement",
"hideBonusDescription": false,
"conditions": [
{
"type": "onblock",
"extra": "minecraft:grass_block"
}
]
}
],
"hideGeneratedTooltip": false
}