Weapon_Mace_Scrap_NPC
Server/Item/Items/Weapon/Mace/Weapon_Mace_Scrap_NPC.json, 3.7 KB
Fields
| Field | Type |
|---|---|
Parent | string |
TranslationProperties | object |
Icon | string |
Quality | string |
PlayerAnimationsId | string |
Utility | object |
InteractionVars | object |
Source
{
"Parent": "Weapon_Mace_Scrap",
"TranslationProperties": {
"Name": "server.items.Weapon_Mace_Scrap_NPC.name"
},
"Icon": "Icons/ItemsGenerated/Weapon_Mace_Scrap_Goblin.png",
"Quality": "Developer",
"PlayerAnimationsId": "Club",
"Utility": {
"Compatible": true
},
"InteractionVars": {
"Swing_Left_Damage": {
"Interactions": [
{
"Parent": "Weapon_Mace_Primary_Swing_Left_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 21
}
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Mace_T2_Impact",
"LocalSoundEventId": "SFX_Mace_T2_Impact"
}
}
]
},
"Swing_Right_Damage": {
"Interactions": [
{
"Parent": "Weapon_Mace_Primary_Swing_Right_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 21
}
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Mace_T2_Impact",
"LocalSoundEventId": "SFX_Mace_T2_Impact"
}
}
]
},
"Swing_Up_Left_Damage": {
"Interactions": [
{
"Parent": "Weapon_Mace_Primary_Swing_Up_Left_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 21
}
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Mace_T2_Impact",
"LocalSoundEventId": "SFX_Mace_T2_Impact"
}
}
]
},
"Swing_Left_Charged_Damage": {
"Interactions": [
{
"Parent": "Weapon_Mace_Primary_Swing_Left_Charged_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 37
}
},
"EntityStatsOnHit": [
{
"EntityStatId": "SignatureEnergy",
"Amount": 2
}
],
"DamageEffects": {
"WorldSoundEventId": "SFX_Mace_T2_Impact",
"LocalSoundEventId": "SFX_Mace_T2_Impact"
}
}
]
},
"Swing_Right_Charged_Damage": {
"Interactions": [
{
"Parent": "Weapon_Mace_Primary_Swing_Right_Charged_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 37
}
},
"EntityStatsOnHit": [
{
"EntityStatId": "SignatureEnergy",
"Amount": 2
}
],
"DamageEffects": {
"WorldSoundEventId": "SFX_Mace_T2_Impact",
"LocalSoundEventId": "SFX_Mace_T2_Impact"
}
}
]
},
"Swing_Up_Left_Charged_Damage": {
"Interactions": [
{
"Parent": "Weapon_Mace_Primary_Swing_Up_Left_Charged_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 37
}
},
"EntityStatsOnHit": [
{
"EntityStatId": "SignatureEnergy",
"Amount": 2
}
],
"DamageEffects": {
"WorldSoundEventId": "SFX_Mace_T2_Impact",
"LocalSoundEventId": "SFX_Mace_T2_Impact"
}
}
]
},
"Groundslam_Damage": {
"Interactions": [
{
"Parent": "Weapon_Mace_Signature_Groundslam_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 83
}
},
"EntityStatsOnHit": [],
"DamageEffects": {
"WorldSoundEventId": "SFX_Mace_T2_Impact",
"LocalSoundEventId": "SFX_Mace_T2_Impact"
}
}
]
}
}
}