Debug_Continue
Server/Item/Items/_Debug/Debug_Continue.json, 1.3 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[0] |
Icon | string |
IconProperties | object |
Quality | string |
ItemLevel | number |
Model | string |
Texture | string |
PlayerAnimationsId | string |
Weapon | object |
Interactions | object |
Utility | object |
Tags | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Debug_Continue.name"
},
"Categories": [],
"Icon": "Icons/ItemsGenerated/Weapon_Shield_Iron.png",
"IconProperties": {
"Scale": 0.35,
"Translation": [
-2.91,
1.29
],
"Rotation": [
315,
270,
0
]
},
"Quality": "Debug",
"ItemLevel": 40,
"Model": "Items/Weapons/Shield/Iron.blockymodel",
"Texture": "Items/Weapons/Shield/Iron_Texture.png",
"PlayerAnimationsId": "Shield",
"Weapon": {},
"Interactions": {
"Held": {
"Interactions": [
{
"Type": "ApplyForce",
"RunTime": 1.5,
"Direction": {
"Z": -1
},
"Force": 15,
"WaitForGround": false,
"VelocityConfig": {
"AirResistance": 0.96,
"GroundResistance": 0.96
}
}
]
},
"HeldOffhand": {
"Interactions": [
{
"Type": "ApplyForce",
"RunTime": 1.5,
"Direction": {
"Y": 1
},
"Force": 15,
"WaitForGround": false,
"VelocityConfig": {
"AirResistance": 0.96,
"GroundResistance": 0.96
}
}
]
}
},
"Utility": {
"Usable": true,
"Compatible": true
},
"Tags": {
"Type": [
"Debug"
]
}
}