Weapon_Longsword_Void
Server/Item/Items/Weapon/Longsword/Weapon_Longsword_Void.json, 3.8 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
Quality | string |
ItemLevel | number |
Model | string |
PlayerAnimationsId | string |
Utility | object |
Interactions | object |
InteractionVars | object |
IconProperties | object |
Icon | string |
Texture | string |
DroppedItemAnimation | string |
Tags | object |
MaxDurability | number |
DurabilityLossOnHit | number |
Weapon | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Weapon_Longsword_Void.name"
},
"Categories": [
"Items.Weapons"
],
"Quality": "Common",
"ItemLevel": 30,
"Model": "NPC/Void/Spawn_Void/Models/Weapons/Longsword/Void.blockymodel",
"PlayerAnimationsId": "Longsword",
"Utility": {
"Compatible": true
},
"Interactions": {
"Primary": "Longsword_Attack"
},
"InteractionVars": {
"Longsword_Swing_Left_Effect": {
"Interactions": [
{
"Parent": "Longsword_Swing_Left_Effect",
"Effects": {
"WorldSoundEventId": "SFX_Sword_T2_Swing",
"LocalSoundEventId": "SFX_Sword_T2_Swing_LR_Local"
}
}
]
},
"Longsword_Swing_Left_Damage": {
"Interactions": [
{
"Parent": "Longsword_Swing_Left_Damage",
"DamageCalculator": {
"Type": "Absolute",
"BaseDamage": {
"Physical": 47
},
"RandomPercentageModifier": 0.15
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Sword_T2_Impact"
}
}
]
},
"Longsword_Swing_Right_Effect": {
"Interactions": [
{
"Parent": "Longsword_Swing_Right_Effect",
"Effects": {
"WorldSoundEventId": "SFX_Sword_T2_Swing",
"LocalSoundEventId": "SFX_Sword_T2_Swing_RL_Local"
}
}
]
},
"Longsword_Swing_Right_Damage": {
"Interactions": [
{
"Parent": "Longsword_Swing_Right_Damage",
"DamageCalculator": {
"Type": "Absolute",
"BaseDamage": {
"Physical": 47
},
"RandomPercentageModifier": 0.15
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Sword_T2_Impact"
}
}
]
},
"Longsword_Swing_Up_Left_Effect": {
"Interactions": [
{
"Parent": "Longsword_Swing_Up_Left_Effect",
"Effects": {
"WorldSoundEventId": "SFX_Sword_T2_Swing",
"LocalSoundEventId": "SFX_Sword_T2_Swing_Down_Local"
}
}
]
},
"Longsword_Swing_Up_Left_Damage": {
"Interactions": [
{
"Parent": "Longsword_Swing_Up_Left_Damage",
"DamageCalculator": {
"Type": "Absolute",
"BaseDamage": {
"Physical": 47
},
"RandomPercentageModifier": 0.15
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Sword_T2_Impact"
}
}
]
},
"Longsword_Stab_Charged_Effect": {
"Interactions": [
{
"Parent": "Longsword_Stab_Charged_Effect",
"Effects": {
"WorldSoundEventId": "SFX_Light_Melee_T1_Swing"
}
}
]
},
"Longsword_Stab_Charged_Damage": {
"Interactions": [
{
"Parent": "Longsword_Stab_Charged_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 141
},
"Type": "Absolute",
"RandomPercentageModifier": 0.15
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Sword_T2_Impact"
}
}
]
}
},
"IconProperties": {
"Scale": 0.25,
"Translation": [
-58,
-56
],
"Rotation": [
45,
90,
0
]
},
"Icon": "Icons/ItemsGenerated/Weapon_Longsword_Void.png",
"Texture": "NPC/Void/Spawn_Void/Models/Weapons/Longsword/Void_Texture.png",
"DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
"Tags": {
"Type": [
"Weapon"
],
"Family": [
"Sword"
]
},
"MaxDurability": 158,
"DurabilityLossOnHit": 0.42,
"Weapon": {},
"ItemSoundSetId": "ISS_Weapons_Blade_Large"
}