Weapon_Wand_Tribal
Server/Item/Items/Weapon/Wand/Weapon_Wand_Tribal.json, 3.1 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
Quality | string |
ItemLevel | number |
Model | string |
Texture | string |
PlayerAnimationsId | string |
Particles | array[1] |
Utility | object |
Interactions | object |
InteractionVars | object |
IconProperties | object |
DroppedItemAnimation | string |
Tags | object |
Weapon | object |
Icon | string |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Weapon_Wand_Tribal.name"
},
"Categories": [
"Items.Weapons"
],
"Quality": "Common",
"ItemLevel": 40,
"Model": "NPC/Intelligent/Slothian/Models/Weapons/Wand/Tribal.blockymodel",
"Texture": "NPC/Intelligent/Slothian/Models/Weapons/Wand/Tribal_Texture.png",
"PlayerAnimationsId": "Wand",
"Particles": [
{
"SystemId": "Wood_Wand",
"TargetNodeName": "Handle",
"PositionOffset": {
"X": 0.6
},
"TargetEntityPart": "PrimaryItem"
}
],
"Utility": {
"Compatible": true
},
"Interactions": {
"Primary": "Wand_Primary",
"Secondary": "Wand_Primary"
},
"InteractionVars": {
"Wand_Cast_Left_Charged": {
"Interactions": [
{
"Parent": "Wand_Cast_Left_Charged",
"Costs": {
"Mana": 25
}
}
]
},
"Wand_Cast_Left_Cost": {
"Interactions": [
{
"Parent": "Wand_Cast_Cost",
"StatModifiers": {
"Mana": -25
}
}
]
},
"Wand_Cast_Left_Launch": "Wand_Cast_Launch",
"Wand_Cast_Left_Effect": "Wand_Cast_Effect",
"Wand_Cast_Left_Fail": "Wand_Cast_Fail",
"Sword_Swing_Left_Fast_Effect": {
"Interactions": [
{
"Parent": "Sword_Swing_Left_Fast_Effect",
"Effects": {
"Trails": [
{
"PositionOffset": {
"X": 0.6,
"Y": 0,
"Z": 0
},
"RotationOffset": {
"Pitch": 0,
"Roll": 90,
"Yaw": 0
},
"TargetNodeName": "Handle",
"TrailId": "Small_Default"
}
],
"WorldSoundEventId": "SFX_Weapon_Charge_Swing"
}
}
]
},
"Sword_Swing_Left_Fast_Damage": "Sword_Swing_Left_Fast_Damage",
"Sword_Swing_Right_Fast_Effect": {
"Interactions": [
{
"Parent": "Sword_Swing_Right_Fast_Effect",
"Effects": {
"Trails": [
{
"PositionOffset": {
"X": 0.6,
"Y": 0,
"Z": 0
},
"RotationOffset": {
"Pitch": 0,
"Roll": 90,
"Yaw": 0
},
"TargetNodeName": "Handle",
"TrailId": "Small_Default"
}
],
"WorldSoundEventId": "SFX_Weapon_Charge_Swing"
}
}
]
},
"Sword_Swing_Right_Fast_Damage": "Sword_Swing_Right_Fast_Damage"
},
"IconProperties": {
"Scale": 0.4,
"Translation": [
-34,
-34
],
"Rotation": [
0,
0,
315
]
},
"DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
"Tags": {
"Type": [
"Weapon"
],
"Family": [
"Wand"
]
},
"Weapon": {},
"Icon": "Icons/ItemsGenerated/Weapon_Wand_Tribal.png",
"ItemSoundSetId": "ISS_Weapons_Wand"
}