Module:Lang: Difference between revisionsGive feedback
Jump to navigation
Jump to search
No edit summary |
translation for Attributes |
||
| Line 40: | Line 40: | ||
local replacements = { | local replacements = { | ||
SpiritIcon = '{{Icon/Purple|[[File:AttributeIconTechShieldHealth.png|link=Spirit Damage|12px]]}}', | SpiritIcon = '{{Icon/Purple|[[File:AttributeIconTechShieldHealth.png|link=Spirit Damage|12px]]}}', | ||
SpiritDamage = '{{Icon/Purple|[[File:AttributeIconTechShieldHealth.png|link=Spirit Damage|12px]]}}<span style="color:#bc8ee8;font-weight: bold;"> | SpiritDamage = '{{Icon/Purple|[[File:AttributeIconTechShieldHealth.png|link=Spirit Damage|12px]]}}<span style="color:#bc8ee8;font-weight: bold;">{{#invoke:Lang|get_string|InlineAttribute_SpiritDamage}}</span>', | ||
FireRate = '{{Icon/White|[[File:Fire_Rate.png|link=Fire Rate|20px]]}}<span style="color:#ffefd7;font-weight: bold;"> | FireRate = '{{Icon/White|[[File:Fire_Rate.png|link=Fire Rate|20px]]}}<span style="color:#ffefd7;font-weight: bold;">{{#invoke:Lang|get_string|InlineAttribute_FireRate}}</span>', | ||
MeleeDamage = '{{Icon/Brown|[[File:Melee damage.png|link=Melee Damage|20px]]}}<span style="font-weight: bold;"> | MeleeDamage = '{{Icon/Brown|[[File:Melee damage.png|link=Melee Damage|20px]]}}<span style="font-weight: bold;">{{#invoke:Lang|get_string|InlineAttribute_MeleeDamage}}</span>', | ||
WeaponDamage = '{{Icon/Brown|[[File:Damage.png|link=Weapon Damage|20px]]}}<span style="color:#ec981a;font-weight: bold;">{{#invoke:Lang|get_string|InlineAttribute_WeaponDamage}}</span>', | |||
MoveSpeed = '{{Icon/NoColor|[[File:Move_speed.png|link=Move speed|20px]]}}<span style="color:#ffefd7;font-weight: bold;">{{#invoke:Lang|get_string|InlineAttribute_MoveSpeed}}</span>', | |||
BonusSpiritDamage = '{{Icon/Purple|[[File:AttributeIconTechShieldHealth.png|link=Spirit Damage|12px]]}}<span style="color:#bc8ee8;font-weight: bold;">{{#invoke:Lang|get_string|InlineAttribute_BonusSpiritDamage}}</span>', | |||
BonusFireRate = '{{Icon/White|[[File:Fire_Rate.png|link=Fire Rate|20px]]}}<span style="color:#ffefd7;font-weight: bold;">{{#invoke:Lang|get_string|InlineAttribute_BonusFireRate}}</span>', | |||
Heal = '{{Icon/Green|[[File:Health_regen.png|link=Health_Regen|20px]]}}<span style="color:#9af052;font-weight: bold;">{{#invoke:Lang|get_string|InlineAttribute_Heal}}</span>', | |||
BonusMoveSpeed = '{{Icon/NoColor|[[File:Move_speed.png|link=Move speed|20px]]}}<span style="color:#ffefd7;font-weight: bold;">{{#invoke:Lang|get_string|InlineAttribute_BonusMoveSpeed}}</span>', | |||
Spirit = '{{Icon/NoColor|[[File:Spirit_icon.png|link=Spirit Power|20px]]}}<span style="color:#bc8ee8;font-weight: bold;">{{#invoke:Lang|get_string|InlineAttribute_Spirit}}</span>', | |||
Stun = '{{Icon/White|[[File:Status_Stun.png|link=Stun|20px]]}}<span style="font-weight: bold;">{{#invoke:Lang|get_string|InlineAttribute_Stun}}</span>', | |||
SpiritDPS = '{{Icon/Purple|[[File:AttributeIconTechShieldHealth.png|link=Spirit Damage|12px]]}}<span style="color:#bc8ee8;font-weight: bold;">{{#invoke:Lang|get_string|InlineAttribute_SpiritDPS}}</span>', | |||
} | } | ||