Weapon_Sword_Scrap
Server/Item/Items/Weapon/Sword/Weapon_Sword_Scrap.json, 6.0 KB
Fields
| Field | Type |
|---|---|
Parent | string |
TranslationProperties | object |
Model | string |
Texture | string |
Icon | string |
Quality | string |
ItemLevel | number |
MaxDurability | number |
InteractionVars | object |
Source
{
"Parent": "Template_Weapon_Sword",
"TranslationProperties": {
"Name": "server.items.Weapon_Sword_Scrap.name"
},
"Model": "NPC/Intelligent/Goblin/Models/Weapons/Sword/Scrap.blockymodel",
"Texture": "NPC/Intelligent/Goblin/Models/Weapons/Sword/Scrap_Texture.png",
"Icon": "Icons/ItemsGenerated/Weapon_Sword_Scrap_Goblin.png",
"Quality": "Uncommon",
"ItemLevel": 15,
"MaxDurability": 50,
"InteractionVars": {
"Swing_Left_Damage": {
"Interactions": [
{
"Parent": "Weapon_Sword_Primary_Swing_Left_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 9
}
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Sword_T2_Impact",
"LocalSoundEventId": "SFX_Sword_T2_Impact"
}
}
]
},
"Swing_Right_Damage": {
"Interactions": [
{
"Parent": "Weapon_Sword_Primary_Swing_Right_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 9
}
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Sword_T2_Impact",
"LocalSoundEventId": "SFX_Sword_T2_Impact"
}
}
]
},
"Swing_Down_Damage": {
"Interactions": [
{
"Parent": "Weapon_Sword_Primary_Swing_Down_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 16
}
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Sword_T2_Impact",
"LocalSoundEventId": "SFX_Sword_T2_Impact"
}
}
]
},
"Thrust_Damage": {
"Interactions": [
{
"Parent": "Weapon_Sword_Primary_Thrust_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 24
}
},
"EntityStatsOnHit": [
{
"EntityStatId": "SignatureEnergy",
"Amount": 3
}
],
"DamageEffects": {
"WorldSoundEventId": "SFX_Sword_T2_Impact",
"LocalSoundEventId": "SFX_Sword_T2_Impact"
}
}
]
},
"Vortexstrike_Spin_Damage": {
"Interactions": [
{
"Parent": "Weapon_Sword_Signature_Vortexstrike_Spin_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 17
}
},
"EntityStatsOnHit": [],
"DamageEffects": {
"WorldSoundEventId": "SFX_Sword_T2_Impact",
"LocalSoundEventId": "SFX_Sword_T2_Impact"
}
}
]
},
"Vortexstrike_Stab_Damage": {
"Interactions": [
{
"Parent": "Weapon_Sword_Signature_Vortexstrike_Stab_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 50
}
},
"EntityStatsOnHit": [],
"DamageEffects": {
"WorldSoundEventId": "SFX_Sword_T2_Impact",
"LocalSoundEventId": "SFX_Sword_T2_Impact"
}
}
]
},
"Swing_Left_Selector": {
"Interactions": [
{
"Parent": "Weapon_Sword_Primary_Swing_Left_Selector",
"Effects": {
"Trails": [
{
"PositionOffset": {
"X": 0.6,
"Y": 0,
"Z": 0
},
"TargetNodeName": "Handle",
"TrailId": "Small_Sword_Strong",
"RotationOffset": {
"Roll": 90.0
}
},
{
"PositionOffset": {
"X": 0.6,
"Y": 0,
"Z": 0
},
"TargetNodeName": "Handle",
"TrailId": "Sword_Distortion",
"RotationOffset": {
"Roll": 90.0
}
}
]
}
}
]
},
"Swing_Right_Selector": {
"Interactions": [
{
"Parent": "Weapon_Sword_Primary_Swing_Right_Selector",
"Effects": {
"Trails": [
{
"PositionOffset": {
"X": 0.6,
"Y": 0,
"Z": 0
},
"TargetNodeName": "Handle",
"TrailId": "Small_Sword_Strong",
"RotationOffset": {
"Roll": 90.0
}
},
{
"PositionOffset": {
"X": 0.6,
"Y": 0,
"Z": 0
},
"TargetNodeName": "Handle",
"TrailId": "Sword_Distortion",
"RotationOffset": {
"Roll": 90.0
}
}
]
}
}
]
},
"Swing_Down_Selector": {
"Interactions": [
{
"Parent": "Weapon_Sword_Primary_Swing_Down_Selector",
"Effects": {
"Trails": [
{
"PositionOffset": {
"X": 0.6,
"Y": 0,
"Z": 0
},
"TargetNodeName": "Handle",
"TrailId": "Small_Sword_Strong",
"RotationOffset": {
"Roll": 90.0
}
},
{
"PositionOffset": {
"X": 0.6,
"Y": 0,
"Z": 0
},
"TargetNodeName": "Handle",
"TrailId": "Sword_Distortion",
"RotationOffset": {
"Roll": 90.0
}
}
]
}
}
]
},
"Guard_Wield": {
"Interactions": [
{
"Parent": "Weapon_Sword_Secondary_Guard_Wield",
"StaminaCost": {
"Value": 9.44,
"CostType": "Damage"
}
}
]
}
}
}