Weapon_Staff_Copper
Server/Item/Items/Weapon/Staff/Weapon_Staff_Copper.json, 1.6 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
Quality | string |
ItemLevel | number |
Model | string |
Texture | string |
PlayerAnimationsId | string |
Interactions | object |
InteractionVars | object |
IconProperties | object |
Icon | string |
DroppedItemAnimation | string |
Tags | object |
Weapon | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Weapon_Staff_Copper.name"
},
"Categories": [
"Items.Weapons"
],
"Quality": "Uncommon",
"ItemLevel": 10,
"Model": "Items/Weapons/Staff/Copper.blockymodel",
"Texture": "Items/Weapons/Staff/Copper_Texture.png",
"PlayerAnimationsId": "Staff",
"Interactions": {
"Primary": "Staff_Primary",
"Secondary": "Staff_Primary"
},
"InteractionVars": {
"Staff_Cast_Summon_Charged": {
"Interactions": [
{
"Parent": "Staff_Cast_Summon_Charged",
"Costs": {
"Mana": 50
}
}
]
},
"Staff_Cast_Summon_Cost": {
"Interactions": [
{
"Parent": "Staff_Cast_Cost",
"StatModifiers": {
"Mana": -50
}
}
]
},
"Staff_Cast_Summon_Launch": "Staff_Cast_Launch",
"Staff_Cast_Summon_Effect": "Staff_Cast_Effect",
"Staff_Cast_Summon_Fail": "Staff_Cast_Fail",
"Spear_Swing_Left_Damage": "Spear_Swing_Left_Damage",
"Spear_Swing_Right_Damage": "Spear_Swing_Right_Damage",
"Spear_Swing_Left_Effect": "Spear_Swing_Left_Effect",
"Spear_Swing_Right_Effect": "Spear_Swing_Right_Effect"
},
"IconProperties": {
"Scale": 0.32,
"Translation": [
-45,
-45
],
"Rotation": [
45,
90,
0
]
},
"Icon": "Icons/ItemsGenerated/Weapon_Staff_Copper.png",
"DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
"Tags": {
"Type": [
"Weapon"
],
"Family": [
"Staff"
]
},
"Weapon": {},
"ItemSoundSetId": "ISS_Weapons_Wood"
}