Toggle menu
517
2.5K
889
23.2K
Deadlock Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Data:AttributeData.json: Difference between revisions

From Deadlock Wiki
Saag changed the content model of the page Data:AttributeData.json from "wikitext" to "JSON"
DeadBot v0.2.3-5433
 
Line 1: Line 1:
{}
{
"Weapon": {
"BulletDamage": {
"label": "StatDesc_BulletDamage"
},
"BaseWeaponDamageIncrease": {
"label": "WeaponPower_label",
"postfix": "WeaponPower_postfix"
},
"RoundsPerSecond": {
"label": "StatDesc_RoundsPerSecond"
},
"FireRate": {
"label": "StatDesc_FireRate",
"postfix": "StatDesc_FireRate_postfix"
},
"ClipSize": {
"label": "StatDesc_ClipSizeBonus"
},
"ClipSizeIncrease": {
"label": "StatDesc_ClipSizeIncrease",
"postfix": "StatDesc_ClipSizeIncrease_postfix"
},
"ReloadTime": {
"label": "StatDesc_ReloadTime",
"postfix": "StatDesc_ReloadTime_postfix"
},
"ReloadSpeed": {
"label": "StatDesc_ReloadSpeed",
"postfix": "StatDesc_ReloadSpeed_postfix"
},
"BulletSpeed": {
"label": "StatDesc_BulletSpeed",
"postfix": "StatDesc_BulletSpeed_postfix"
},
"BulletSpeedIncrease": {
"label": "StatDesc_BulletSpeedIncrease",
"postfix": "StatDesc_BulletSpeedIncrease_postfix"
},
"BulletLifesteal": {
"label": "StatDesc_BulletLifesteal",
"postfix": "StatDesc_BulletLifesteal_postfix"
},
"CritDamageBonusScale": {
"label": "StatDesc_CritDamageBonusScale",
"postfix": "StatDesc_CritDamageBonusScale_postfix"
},
"LightMeleeDamage": {
"label": "StatDesc_LightMeleeDamage"
},
"HeavyMeleeDamage": {
"label": "StatDesc_HeavyMeleeDamage"
},
"DPS": {
"label": "StatDesc_DPS",
"postfix": "DPS_postfix"
}
},
"Vitality": {
"MaxHealth": {
"label": "StatDesc_MaxHealth"
},
"BaseHealthRegen": {
"label": "StatDesc_BaseHealthRegen"
},
"BulletResist": {
"label": "BulletResist_label",
"postfix": "BulletResist_postfix"
},
"TechResist": {
"label": "TechResist_label",
"postfix": "TechResist_postfix"
},
"BulletShieldHealth": {
"label": "StatDesc_BulletShieldHealth"
},
"TechShieldHealth": {
"label": "StatDesc_TechShieldHealth"
},
"MeleeResist": {
"label": "StatDesc_MeleeResist",
"postfix": "StatDesc_MeleeResist_postfix"
},
"HealingOutput": {
"label": "StatDesc_HealingOutput",
"postfix": "StatDesc_HealingOutput_postfix"
},
"DebuffResist": {
"label": "StatDesc_DebuffResist",
"postfix": "StatDesc_DebuffResist_postfix"
},
"CritDamageReceivedScale": {
"label": "StatDesc_CritDamageReceivedScale",
"postfix": "StatDesc_CritDamageReceivedScale_postfix"
},
"MaxMoveSpeed": {
"label": "MoveSpeedMax_label",
"postfix": "MoveSpeedMax_postfix"
},
"SprintSpeed": {
"label": "StatDesc_SprintSpeed",
"postfix": "StatDesc_SprintSpeed_postfix"
},
"StaminaCooldown": {
"label": "StatDesc_StaminaCooldown",
"postfix": "StatDesc_StaminaCooldown_postfix"
},
"StaminaRegenIncrease": {
"label": "StatDesc_StaminaRegenIncrease",
"postfix": "StatDesc_StaminaRegenIncrease_postfix"
},
"Stamina": {
"label": "StatDesc_Stamina"
}
},
"Spirit": {
"TechCooldown": {
"label": "StatDesc_TechCooldown",
"postfix": "StatDesc_TechCooldown_postfix"
},
"TechDuration": {
"label": "StatDesc_TechDuration",
"postfix": "StatDesc_TechDuration_postfix"
},
"TechRange": {
"label": "StatDesc_TechRange",
"postfix": "StatDesc_TechRange_postfix"
},
"TechLifesteal": {
"label": "StatDesc_TechLifesteal",
"postfix": "StatDesc_TechLifesteal_postfix"
},
"MaxChargesIncrease": {
"label": "StatDesc_MaxChargesIncrease"
},
"TechCooldownBetweenChargeUses": {
"label": "StatDesc_TechCooldownBetweenCharges",
"postfix": "StatDesc_TechCooldownBetweenCharges_postfix"
}
}
}