Commit graph

4 commits

Author SHA1 Message Date
TeoTwawki
8209f73159 Line ends, round 2. Fight! 2016-01-16 01:26:33 -05:00
atom0s
d91549b194 SQL: Changed all tables to use MyISAM for much improved import / query times.
SQL: Changed all tables to use the charset of utf8.
2014-01-09 03:20:52 +00:00
samuel.l.hyman
4d21ce5fb6 Skillchain progression changes. You can no longer continuously chain Light and Darkness skillchains.
CORE: 
* Changes to the way skillchains are handled.  
  - now follow primary, secondary, tertiary chain rules (see wiki for details.)
* Also added in the persistence of effect SubPower and Tier for effects that are being read and written to the database.

SCRIPT:
* Removed skillchain.lua and replaced it with magicburst.lua
  - This filename describes what it does a bit clearer.
  - Contains the new method for determining what elements link with which skillchains.

SQL: 
* char_effects.sql added the two new columns to keep SubPower and Tier of an effect saved.
* skillchain_damage_modifiers.sql added 4th level of skillchain. (Light + Light, Dark + Dark)
  - Also added in values for magic burst bonus, these still aren't used yet as the lua script calculates the bonus out.
* weapon_skills.sql added three new columns for skillchain progression, primary_sc is the first effect that will try to link, followed by secondary, then tertiary.  A side note is the element column was previously used to store these values but lacked a method to store the priority.  This column is now free for use to store a weaponskills elemental damage attribute for upcomming elemental damage weaponskills.
2012-07-22 22:50:33 +00:00
samuel.l.hyman
c9853d3a24 CORE: Changes to the core to allow skill chains to do damage. Tracks the number/level of chains occurring and modifiers damage accordingly. Also adjusts damage based off monster resistances. Now populating monster resistances from the database. Also added new
SQL: Added table from skillchain_damage_modifiers.sql
     - Used to determine skill chain count/level damage modifiers and up-coming magic burst damage bonuses.

SCRIPTS: Added new modifiers for skill chain damage gear/effects.
2012-07-06 22:24:03 +00:00