summaryrefslogtreecommitdiff
path: root/db/skill_db.txt
AgeCommit message (Expand)AuthorFilesLines
2007-11-05Changed the skill_db.txt skill names in comments into actual columns, now the...ultramage1-624/+626
2007-11-02Removed some long-unneccessary debug messages (from r1105).ultramage1-2/+2
2007-11-02* Added trap mode to FirepillarPlaytester1-1/+1
2007-10-26* Some small db updatesPlaytester1-1/+1
2007-10-22Fixed Bowling Bash doing more than 1 tile knockbackPlaytester1-1/+1
2007-10-18* Further optimization of the skill unit codePlaytester1-1/+1
2007-10-16* Fixed a copy-paste mistake in disguise code (from r5833)ultramage1-1/+1
2007-10-16Cosmetical changesPlaytester1-1/+1
2007-10-15Readded Sonic Acceleration to the skill DB. -_-L0ne_W0lf1-0/+1
2007-10-15Implemented new skill "Enlarge Weight Limit R", and increased MAX_SKILL_TREE ...L0ne_W0lf1-1/+3
2007-09-14- Gravitional Field is now a MISC type of attack.skotlex1-1/+1
2007-09-10- Removed bonus bAddEffWhenHitShort as it is unneeded and unused.skotlex1-1/+1
2007-08-20- Oops, forgot to add the Pulse Strike damage modifier.skotlex1-1/+0
2007-08-14Fixed the damage area of the "path damage" skillsPlaytester1-7/+7
2007-08-14- Modified map_foreachinrange so that you can also specify the max length of ...skotlex1-8/+9
2007-08-11Added remaining 11.2 skill db entriesPlaytester1-1/+1
2007-08-11* Implemented 11.2 skills in the skill_dbPlaytester1-29/+29
2007-08-10* Raised splash range of Focused Arrow Strike and First WindPlaytester1-8/+8
2007-08-09* Fixed damage of NPC_COMBOATTACKPlaytester1-3/+3
2007-08-08- Fixed some missing max levels for npc skillsskotlex1-3/+3
2007-07-23Added Job_Alchemist constant, Job_Alchem should now be considered deprecatedDracoRPG1-1/+1
2007-07-08- added temp skill db entries and corrected some existing ones (see topic:157...ultramage1-5/+35
2007-05-05* Attempt to fix Kyrie Eleison not castable on enemy playersPlaytester1-1/+1
2007-04-23- Updated the skill_db, some mob skills seem to be better to a range of -9 th...skotlex1-22/+22
2007-04-16Fixed various mob skills not being rangedPlaytester1-23/+23
2007-04-15Added some splash ranges for MVP level skillsPlaytester1-4/+4
2007-04-12* Kyrie Eleison cannot be cast on mobs anymorePlaytester1-1/+1
2007-04-12- Changed the meaning of inf2=0x1000. Now it is used to "disable usage on ene...skotlex1-6/+6
2007-04-11* Ganbantein now has a range equal to the level usedPlaytester1-1/+1
2007-03-30Fixed typos from previous revisions :)ultramage1-1/+1
2007-03-29- Added "do_abort" function to the core. It is invoked when the server has re...skotlex1-1/+1
2007-03-20- Increased Improve Concentration's hide-revealing range to 3 (7x7)skotlex1-1/+1
2007-03-19- Removed the last argument from skillitem, the skill name passed to the clie...skotlex1-1/+1
2007-03-14- Increased Shield Chain's range by one. It is now a ranged skill.skotlex1-1/+1
2007-03-06- Corrected the define for NK no cardfix (def).skotlex1-3/+3
2007-03-05- Added NK value 0x80: ignore target's cards (0x8 will now only ignore attack...skotlex1-10/+11
2007-03-05- Soul Breaker no longer ignores elemental adjustments.skotlex1-1/+1
2007-02-23- The NK value of the skill_db has been made a hexadecimal value, and expande...skotlex1-381/+387
2007-02-13- Reverted Venom Splasher's element to take your weapon'sskotlex1-1/+1
2007-02-12- Corrected range of self destruction / bio explosion to be equal to their sp...skotlex1-2/+2
2007-02-09- Fixed skill range considerations using skill_get_range rather than skill_ge...skotlex1-2/+2
2007-02-08Fixed a skill_db.txt typo for AS_ENCHANTPOISON introduced in r9794ultramage1-1/+1
2007-02-08- Fixed a bunch of probably incorrect logical comparisons. skotlex1-15/+15
2007-02-07- Updated the range of BioExplosion and Self Destruction so they count as ran...skotlex1-2/+2
2007-02-05- Updated the code so that now a range of a skill is determined by the skill'...skotlex1-234/+239
2007-02-05- Fixed a duplicate warp name in Rachelskotlex1-1/+1
2007-01-30- 'Long Range Attacked' mob skill conditions will no longer trigger on magic ...skotlex1-2/+2
2006-12-05- Massive EOL normalization & 'svn:eol-style native' flag setting for all txt...FlavioJS1-626/+626
2006-11-27- Corrected KiriKage's range so it works correctly when used by non-players o...skotlex1-1/+1
2006-11-23- Made WFIFOHEAD() check for available buffer size remaining on the connectio...skotlex1-1/+1