Debug_Projectile_Scale
Server/Item/Items/_Debug/Debug_Projectile_Scale.json, 921 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[2] |
Icon | string |
IconProperties | object |
Quality | string |
ItemLevel | number |
Model | string |
Texture | string |
PlayerAnimationsId | string |
Weapon | object |
Interactions | object |
Tags | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Debug_Projectile_Scale.name"
},
"Categories": [
"Items.Weapons",
"Items.Debug"
],
"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": {
"Primary": {
"Interactions": [
"Debug_Projectile_Scale",
{
"Type": "Simple",
"RunTime": 0.2
}
],
"Cooldown": {
"Id": "Debug_Projectile_Scale",
"Cooldown": 0.2,
"ClickBypass": false
}
}
},
"Tags": {
"Type": [
"Debug"
]
}
}