mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-02-23 15:38:29 +01:00
Changes to critical hits - now based on "critical skill" that defines the effective critical chance by a nonlinear formula (sqrt).
Conversation corrections (thanks ctnbeh13) git-svn-id: https://andors-trail.googlecode.com/svn/trunk@227 08aca716-68be-ccc6-4d58-36f5abd142ac
This commit is contained in:
@@ -205,7 +205,7 @@
|
||||
</div>
|
||||
<div id="hasCriticalDisplay">
|
||||
<div class="fieldWithLabel">
|
||||
<label for="criticalChance" class="label">Critical chance:</label>
|
||||
<label for="criticalChance" class="label">Critical skill:</label>
|
||||
<div class="field"><input type="text" size="5" id="criticalChance" class="fieldInput integer" />%</div>
|
||||
</div>
|
||||
<div class="fieldWithLabel">
|
||||
@@ -455,7 +455,7 @@
|
||||
</div>
|
||||
<div id="equip_hasCriticalDisplay">
|
||||
<div class="fieldWithLabel">
|
||||
<label for="equip_criticalChance" class="label">Critical chance:</label>
|
||||
<label for="equip_criticalChance" class="label">Critical skill:</label>
|
||||
<div class="field"><input type="text" size="5" id="equip_criticalChance" class="fieldInput integer" />%</div>
|
||||
</div>
|
||||
<div class="fieldWithLabel">
|
||||
@@ -904,7 +904,7 @@
|
||||
</div>
|
||||
<div id="hasCriticalDisplay">
|
||||
<div class="fieldWithLabel">
|
||||
<label for="criticalChance" class="label">Critical chance:</label>
|
||||
<label for="criticalChance" class="label">Critical skill:</label>
|
||||
<div class="field"><input type="text" size="5" id="criticalChance" class="fieldInput integer" />%</div>
|
||||
</div>
|
||||
<div class="fieldWithLabel">
|
||||
|
||||
Reference in New Issue
Block a user