-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Legacy ruleset matches original game better (#3472)
Fixes #3466 Changes: - Lvl10 keeper powers, set to bugged values for legacy - Strength caps instead of overflows with the bug mode - Sight uses the correct power value - Defense value not in fact capped to 255 - Firebomb/meteor emulates the 'no explode on creature impact' bug - Arrow not strength based - Luck stats divided by 2.55 to compensate for difference in luck calculation between dk1 and fx (/100 instead of /255). - Reverted stat changes from legacy that were to compensate for above issues - Added some extra (original) stats to legacy that are different in FX --------- Co-authored-by: elemanzer <[email protected]>
- Loading branch information
Showing
43 changed files
with
233 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,50 @@ | ||
; KeeperFX Partial Magic Configuration file version 1.0 for Legacy maps and campaigns, by Mefistotelis. | ||
; Note that it is partial config file - do not replace global config with this file. | ||
|
||
[shot2] | ||
Name = SHOT_FIREBOMB | ||
Damage = 100 | ||
AreaDamage = 0 160 255 | ||
|
||
[shot12] | ||
Name = SHOT_DRAIN | ||
Properties = REBOUND_IMMUNE WIND_IMMUNE LIFE_DRAIN FIXED_DAMAGE | ||
|
||
[shot14] | ||
Name = SHOT_ARROW | ||
Damage = 30 | ||
Properties = | ||
|
||
[shot15] | ||
Name = SHOT_BOULDER | ||
Health = 210 | ||
|
||
[spell21] | ||
Name = SPELL_SIGHT | ||
SpellPower = POWER_SIGHT | ||
|
||
[power5] | ||
Name = POWER_SIGHT | ||
Spell = SPELL_SIGHT | ||
Power = 576 640 704 768 832 896 960 1024 1088 1 | ||
|
||
[power8] | ||
Name = POWER_HEAL_CREATURE | ||
Power = 80 120 160 190 220 270 290 340 500 1000 | ||
Cost = 300 400 500 600 700 800 900 1000 1100 | ||
|
||
[power11] | ||
Name = POWER_SPEED | ||
Power = 300 400 500 600 700 800 900 1000 1100 100 | ||
|
||
[power12] | ||
Name = POWER_PROTECT | ||
Power = 300 400 500 600 700 800 900 1000 1100 100 | ||
|
||
[power13] | ||
Name = POWER_CONCEAL | ||
Power = 300 400 500 600 700 800 900 1000 1100 7000 | ||
|
||
[power15] | ||
Name = POWER_CHICKEN | ||
Power = 300 350 400 450 500 550 600 650 1000 1000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
; KeeperFX Partial Traps and Doors Configuration file version 1.0 for Legacy maps and campaigns. | ||
; Note that it is partial config file - do not replace global config with this file. | ||
|
||
[door2] | ||
Name = BRACED | ||
Health = 750 | ||
|
||
[door3] | ||
Name = STEEL | ||
Health = 1500 | ||
|
||
[door4] | ||
Name = MAGIC | ||
Health = 3000 | ||
|
||
[trap1] | ||
Name = BOULDER | ||
Health = 210 | ||
|
||
[trap4] | ||
Name = LIGHTNING | ||
Shots = 8 | ||
|
Oops, something went wrong.