Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-02-15 | Drop support for skill attack rate adjustment; Add support to Elemental adjust. | Jesusaves | 1 | -6/+6 | |
2020-08-07 | Second degree of checking. I hate crashes. | Jesusaves | 1 | -0/+4 | |
2020-08-07 | Patch | Jesusaves | 1 | -1/+5 | |
2020-06-15 | Magic Attacks may now crit. | Jesusaves | 1 | -0/+113 | |
Perfect Dodge / Blocking will now work versus magic as well. Infinite Defense rules respected. | |||||
2020-05-22 | Reimplement Infinite Defense Check on Critical Override. | Jesusaves | 1 | -2/+15 | |
This way, targets with inf. def. like bifs will receive 1 DMG from crits as well | |||||
2020-05-22 | TMW2 Plugin: Support for skill target on script skills. | Jesusaves | 1 | -0/+1 | |
Moved around some other critical function details, be warned. | |||||
2020-04-30 | TMW2: Monster criticals always hit. | Jesusaves | 1 | -1/+6 | |
But their damage is now back to "normal". | |||||
2020-04-30 | Patch Level B: Revert part of defense calculations when critically hit | Jesusaves | 1 | -1/+9 | |
Incides mostly over DEF2. Do note the 40 attack bonus was kept!! | |||||
2016-09-03 | Add support for MinRange in item_db. | Andrei Karas | 1 | -0/+35 | |
If weapon used on range smaller than MinRange, weapon not attacking. | |||||
2016-09-01 | Add into mob_db skill type attacks modifier. | Andrei Karas | 1 | -4/+12 | |
New group in mob_db: SkillAttacks Example: SkillAttacks: { SM_BASH: 5000 // mean SM_BASH skill do 50% of normal damage } Default value is 10000 mean 100% | |||||
2016-08-31 | Add into mob_db weapot type attacks modifier. | Andrei Karas | 1 | -0/+59 | |
New group in mob_db: WeaponAttacks Example: WeaponAttacks: { Bows: 5000 // mean bow attack do 50% of normal attack } Default value is 10000 mean 100% | |||||
2016-08-06 | Not allow hit with bow and without ammo. | Andrei Karas | 1 | -1/+1 | |
2016-07-31 | Add into item_db.conf support for attribute AllowAmmo for bows. | Andrei Karas | 1 | -0/+54 | |
This allow limit any arrow/ammo for any bows/guns. |