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

34 lines
844 B
JSON

{
"armorSetName": "armors.sand_ghillie.title",
"head": {
"itemKey": "apocalypsenow:desertghillie_helmet"
},
"chest": {
"itemKey": "apocalypsenow:desertghillie_chestplate"
},
"legs": {
"itemKey": "apocalypsenow:desertghillie_leggings"
},
"boots": {
"itemKey": "apocalypsenow:desertghillie_boots"
},
"fullSetBonuses": [
{
"type": "attribute",
"name": "minecraft:generic.movement_speed",
"value": 0.5,
"interactionType": "self",
"attributeOperation": 1,
"modifierUUID": "dbaf0673-2b98-438d-8dda-5fb677a797e9",
"description": "armors.sand_ghillie.description_movement",
"hideBonusDescription": false,
"conditions": [
{
"type": "onblock",
"extra": "minecraft:sand"
}
]
}
],
"hideGeneratedTooltip": false
}