Initial commit
This commit is contained in:
34
config/armorsets/ghillie_snow.json
Normal file
34
config/armorsets/ghillie_snow.json
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user