Change "weapon proficiency"-skills to adding %ac,%bc,%cs instead of fixed values

* Also, lower "weapon and shield" and "2hand style" slightly.
This commit is contained in:
Oskar Wiksten
2013-07-01 19:15:38 +02:00
parent 2deb8ee7ac
commit c4908630c3
4 changed files with 32 additions and 22 deletions

View File

@@ -602,11 +602,11 @@
<string name="skill_shortdescription_specialization_2hand">Expert at two-handed weapons</string>
<string name="skill_shortdescription_specialization_weapon_shield">Expert at fighting with weapon and shield</string>
<string name="skill_longdescription_weapon_prof_dagger">Increases attack chance of daggers and shortswords by %1$d for each level.</string>
<string name="skill_longdescription_weapon_prof_1hsword">Increases attack chance of longswords and broadswords by %1$d for each level.</string>
<string name="skill_longdescription_weapon_prof_2hsword">Increases attack chance of two-handed swords by %1$d for each level.</string>
<string name="skill_longdescription_weapon_prof_axe">Increases attack chance of axes and greataxes by %1$d for each level.</string>
<string name="skill_longdescription_weapon_prof_blunt">Increases attack chance of bludgeoning weapons by %1$d for each level. This includes clubs, quarterstaves, maces, scepters, warhammers and giant hammers.</string>
<string name="skill_longdescription_weapon_prof_dagger">For each skill level, increases attack chance when using daggers and shortswords by %1$d %% of the item\'s base attack chance, increases block chance by %2$d %% of the item\'s base block chance, and increases critical skill by %3$d %% of the item\'s base critical skill.</string>
<string name="skill_longdescription_weapon_prof_1hsword">For each skill level, increases attack chance of longswords and broadswords by %1$d %% of the item\'s base attack chance, increases block chance by %2$d %% of the item\'s base block chance, and increases critical skill by %3$d %% of the item\'s base critical skill.</string>
<string name="skill_longdescription_weapon_prof_2hsword">For each skill level, increases attack chance of two-handed swords by %1$d %% of the item\'s base attack chance, increases block chance by %2$d %% of the item\'s base block chance, and increases critical skill by %3$d %% of the item\'s base critical skill.</string>
<string name="skill_longdescription_weapon_prof_axe">For each skill level, increases attack chance of axes and greataxes by %1$d %% of the item\'s base attack chance, increases block chance by %2$d %% of the item\'s base block chance, and increases critical skill by %3$d %% of the item\'s base critical skill.</string>
<string name="skill_longdescription_weapon_prof_blunt">For each skill level, increases attack chance of bludgeoning weapons by %1$d %% of the item\'s base attack chance, increases block chance by %2$d %% of the item\'s base block chance, and increases critical skill by %3$d %% of the item\'s base critical skill. This includes clubs, quarterstaves, maces, scepters, warhammers and giant hammers.</string>
<string name="skill_longdescription_weapon_prof_unarmed">When fighting without a weapon and shield, gain %1$d attack chance, %2$d damage potential and %3$d block chance per skill level.</string>
<string name="skill_longdescription_armor_prof_shield">Increase damage resistance by %1$d per skill level while having a shield equipped.</string>
<string name="skill_longdescription_armor_prof_unarmored">While fighting without having any armor equipped, gain %1$d block chance per skill level. Items made of cloth are not considered as being armor.</string>