Debug_Movement_Boots
Server/Item/Items/Armor/_Debug/Debug_Movement_Boots.json, 874 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
Quality | string |
ItemLevel | number |
Icon | string |
IconProperties | object |
Model | string |
Texture | string |
Armor | object |
Tags | object |
MaxDurability | number |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Debug_Movement_Boots.name"
},
"Parent": "Armor_Iron_Legs",
"Quality": "Debug",
"ItemLevel": 15,
"Icon": "Icons/ItemsGenerated/Armor_Cloth_Linen_Legs.png",
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.6,
"Translation": [
0.6,
-11.7
]
},
"Model": "Items/Armors/Linen/Legs.blockymodel",
"Texture": "Items/Armors/Linen/Legs_Texture.png",
"Armor": {
"ArmorSlot": "Legs",
"CosmeticsToHide": [
"Shoes",
"Pants"
],
"MovementSettings": {
"ExtraJumpCount": 1,
"ExtraJumpParticleSystem": "Example_Projectile_Trail_ShortLived",
"ExtraJumpSoundEvent": "SFX_Player_Jump"
}
},
"Tags": {
"Type": [
"Armor"
]
},
"MaxDurability": 120,
"ItemSoundSetId": "ISS_Armor_Cloth"
}