Weapon_Sword_Mithril
Server/Item/Items/Weapon/Sword/Weapon_Sword_Mithril.json, 4.0 KB
Fields
| Field | Type |
|---|---|
Parent | string |
TranslationProperties | object |
Model | string |
Texture | string |
Quality | string |
ItemLevel | number |
Icon | string |
Recipe | object |
IconProperties | object |
InteractionVars | object |
MaxDurability | number |
DurabilityLossOnHit | number |
Source
{
"Parent": "Template_Weapon_Sword",
"TranslationProperties": {
"Name": "server.items.Weapon_Sword_Mithril.name"
},
"Model": "Items/Weapons/Sword/Mithril.blockymodel",
"Texture": "Items/Weapons/Sword/Mithril_Texture.png",
"Quality": "Epic",
"ItemLevel": 50,
"Icon": "Icons/ItemsGenerated/Weapon_Sword_Mithril.png",
"Recipe": {
"TimeSeconds": 5,
"KnowledgeRequired": false,
"Input": [
{
"ItemId": "Ingredient_Bar_Mithril",
"Quantity": 6
},
{
"ItemId": "Ingredient_Leather_Storm",
"Quantity": 3
},
{
"ItemId": "Ingredient_Voidheart",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Categories": [
"Weapon_Sword"
],
"Id": "Weapon_Bench",
"RequiredTierLevel": 3
}
]
},
"IconProperties": {
"Scale": 0.35,
"Rotation": [
45,
90,
0
],
"Translation": [
-35,
-35
]
},
"InteractionVars": {
"Swing_Left_Damage": {
"Interactions": [
{
"Parent": "Weapon_Sword_Primary_Swing_Left_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 18
}
},
"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": 18
}
},
"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": 34
}
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Sword_T2_Impact",
"LocalSoundEventId": "SFX_Sword_T2_Impact"
}
}
]
},
"Thrust_Damage": {
"Interactions": [
{
"Parent": "Weapon_Sword_Primary_Thrust_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 51
}
},
"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": 37
}
},
"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": 110
}
},
"EntityStatsOnHit": [],
"DamageEffects": {
"WorldSoundEventId": "SFX_Sword_T2_Impact",
"LocalSoundEventId": "SFX_Sword_T2_Impact"
}
}
]
},
"Guard_Wield": {
"Interactions": [
{
"Parent": "Weapon_Sword_Secondary_Guard_Wield",
"StaminaCost": {
"Value": 20,
"CostType": "Damage"
}
}
]
}
},
"MaxDurability": 220,
"DurabilityLossOnHit": 0.21
}