Weapon_Staff_Wood_Rotten
Server/Item/Items/Weapon/Staff/Weapon_Staff_Wood_Rotten.json, 1.9 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
Icon | string |
Quality | string |
ItemLevel | number |
Model | string |
Texture | string |
PlayerAnimationsId | string |
Interactions | object |
InteractionVars | object |
IconProperties | object |
Particles | array[1] |
DroppedItemAnimation | string |
Tags | object |
Weapon | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Weapon_Staff_Wood_Rotten.name"
},
"Categories": [
"Items.Weapons"
],
"Icon": "Icons/ItemsGenerated/Weapon_Staff_Wood_Rotten.png",
"Quality": "Common",
"ItemLevel": 40,
"Model": "Items/Weapons/Staff/Wood.blockymodel",
"Texture": "Items/Weapons/Staff/Wood_Rotten.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.3,
"Translation": [
-61,
-61
],
"Rotation": [
50,
90,
0
]
},
"Particles": [
{
"SystemId": "GreenOrb",
"Color": "#6ba850",
"RotationOffset": {
"Pitch": 0,
"Yaw": 0,
"Roll": -90
},
"PositionOffset": {
"X": 1.4
},
"TargetEntityPart": "PrimaryItem",
"TargetNodeName": "Handle",
"Scale": 0.8
}
],
"DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
"Tags": {
"Type": [
"Weapon"
],
"Family": [
"Staff"
]
},
"Weapon": {},
"ItemSoundSetId": "ISS_Weapons_Wood"
}