Debug_Bow_Two_Handed
Server/Item/Items/Weapon/_Debug/Debug_Bow_Two_Handed.json, 946 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[2] |
Quality | string |
Model | string |
Texture | string |
Icon | string |
PlayerAnimationsId | string |
MaxStack | number |
Utility | object |
IconProperties | object |
DroppedItemAnimation | string |
Tags | object |
Interactions | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Debug_Bow_Two_Handed.name"
},
"Categories": [
"Items.Weapons",
"Items.Debug"
],
"Quality": "Debug",
"Model": "Items/Weapons/Bow/Iron.blockymodel",
"Texture": "Items/Weapons/Bow/Iron_Texture.png",
"Icon": "Icons/ItemsGenerated/Debug_Bow_Two_Handed.png",
"PlayerAnimationsId": "Bow",
"MaxStack": 1,
"Utility": {
"Usable": false,
"Compatible": false
},
"IconProperties": {
"Scale": 0.37,
"Rotation": [
45.0,
90.0,
0.0
],
"Translation": [
-31.0,
-40.0
]
},
"DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
"Tags": {
"Type": [
"Weapon"
],
"Family": [
"Bow"
]
},
"Interactions": {
"Primary": "Debug_Bow_Two_Handed_Primary",
"Ability1": "Debug_Bow_Two_Handed_Ability1",
"Ability2": "Debug_Bow_Two_Handed_Ability2"
}
}