Initial commit
This commit is contained in:
34
config/armorsets/ghillie_grass.json
Normal file
34
config/armorsets/ghillie_grass.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
Reference in New Issue
Block a user