summaryrefslogtreecommitdiff
path: root/db/re/skill_db.conf
AgeCommit message (Collapse)AuthorFilesLines
2020-03-17Add Grenades requirement to Spread Attack in RE mode to make Grenade ↵Kenpachi Developer1-0/+1
Launchers usable
2020-03-06Add the requirement to have a weapon equipped to RK_CRUSHSTRIKE skillKenpachi Developer1-0/+25
According to my tests on AEGIS, the CRUSHSTRIKE skill requires an equipped weapon for casting.
2020-03-06Add a 15 HPCost requirement to CASH_INCAGI skillKenpachi Developer1-0/+3
According to my tests on AEGIS, the CASH_INCAGI skill requires 15 HP for casting and also consumes them.
2020-01-13Update copyright headers for year 2020Haru1-1/+1
Signed-off-by: Haru <haru@dotalux.com>
2019-10-29Dehardcode combo skills checkAsheraf1-0/+20
2019-10-09Correct Magnum Break delayskyleo1-4/+3
Credit to: https://github.com/rathena/rathena/commit/fc2c6e02
2019-05-06Merge pull request #2232 from guilherme-gm/201810-trap-visibilityHaru1-0/+9
Added option to make hunter traps invisible
2018-10-20Added option to make hunter traps invisibleGuilherme G. Menaldo1-0/+9
2018-08-30Fixed Blastime and Claymore Trap damage that wasn't being split by the ↵Guilherme G. Menaldo1-0/+2
number of enemies
2017-12-23Replace the use of skill_reproduce_db with AllowReproduce flagAsheraf1-0/+354
2017-11-16update skill db entries to support ShowSkillScaleAsheraf1-0/+17
2017-11-16Implement skill scale packet for client versions >= 20151223.Asheraf1-0/+1
2017-04-17Added missing Cart check for MC_CARTDECORATE skillJedzkie1-0/+1
2017-03-16Correct Castling skill to use cooldownAsheraf1-12/+1
2017-03-16Official status change base durations for Stun (#1234) (#1632)Flipp1-26/+16
- NPC_LICK now has a base chance of 20%*level and a base duration of 5s - Excruciating Palm now has a base duration 5s - Shield Press now has a base duration of 5s+0.5s*level - Earth Shaker now has a base duration of 2s (level 2-3) and 3s (level 4-5) - Sightless Mind now has a base duration of 30s in pre-re and 20s in renewal - Credit rathena/rathena@80e026433
2016-11-20Replaced some unsupported symbols in AegisNames (step 2)Haru1-1/+1
This removes the remaining unsupported symbols (despite they being official names) in AegisNames: The apostrophe (`'`) sign is suppressed. The full replacement rules (cumulative with the step 1 commit) are thus: - Any apostrophe is suppressed. - Any non-`[A-Za-z0-9_]` character is replaced with an underscore (`_`). - If the replaced symbol is at a word boundary (beginning or end of the string, or next to another underscore), it is suppressed instead. - If the replacement causes an AegisName conflict, underscores are appended appropriately. Signed-off-by: Haru <haru@dotalux.com>
2016-11-20Propageted the AegisName fix to scripts and pre-re databaseHaru1-4/+4
This commit just propagates the AegisName changes to the pre-re database and to the (re) scripts. Two issues are fixed as a side-effect: - The ghost_palace script was referring the non-existing constant(s): Thanatos_Two-Handed_Staff == (Thanatos_Two) - (Handed_Staff) == 0. Paired with the script engine's inability to differentiate between constants and player variables, that produced a very subtle issue. - The item RAG203 is sold by a NPC (Rebellion Weapon Vending). Due to a pair of swapped AegisName constants (RAG203 and RAG203_), the slotted version was sold by the NPC instead of hte non-slotted one (the issue was actually fixed in the previous commit, although the description of the fix is here - these two commits are only split for legibility purposes but they're to be considered indivisible). Signed-off-by: Haru <haru@dotalux.com>
2016-10-22Added Summoner Skills(in DB)Dastgir Pojee1-18/+788
Added Summoner SC ID's in status.h
2016-10-09King's Grace CDRidley1-0/+7
2016-07-19Add new skill attributes into skill_db and skill db converter.Andrei Karas1-0/+4
2016-07-12Fix converted skilldbAndrei Karas1-1273/+5495
2016-07-09Some indentation fixes in the skill db converterHaru1-556/+556
Signed-off-by: Haru <haru@dotalux.com>
2016-07-09Added skill_db.conf.Smokexyz1-0/+33196
Removed deprecated files - skill_require_db.txt, skill_unit_db.txt, skill_cast_db.txt, skill_castnodex_db.txt, skill_db.txt.