Skip to content

Commit

Permalink
Merge pull request #3223 from guilherme-gm/old-job-rebalances-2
Browse files Browse the repository at this point in the history
2-1 jobs skill rebalance (2018 patch/Renewal)
  • Loading branch information
MishimaHaruna authored Apr 30, 2024
2 parents 8006a79 + 8963880 commit 81e6850
Show file tree
Hide file tree
Showing 10 changed files with 397 additions and 257 deletions.
2 changes: 1 addition & 1 deletion conf/map/battle/skill.conf
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ trap_reflect: true
// Note: If your MVPs are too tough, reduce it to 10.
mob_max_skilllvl: 100

// Area of Bowling Bash chain reaction
// Area of Bowling Bash chain reaction (Pre-renewal only)
// 0: Use official gutter line system
// 1: Gutter line system without demi gutter bug
// 2-20: Area around caster (2 = 5x5, 3 = 7x7, 4 = 9x9, ..., 20 = 41x41)
Expand Down
4 changes: 4 additions & 0 deletions db/constants.conf
Original file line number Diff line number Diff line change
Expand Up @@ -1307,7 +1307,11 @@ constants_db: {
SC_SOULDIVISION: 716

SC_ACTIVE_MONSTER_TRANSFORM: 717

SC_FIRE_EXPANSION_TEAR_GAS_SOB: 718

SC_NO_SWITCH_WEAPON: 719

comment__: "Emotes"
e_gasp: 0
e_what: 1
Expand Down
10 changes: 10 additions & 0 deletions db/pre-re/sc_config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6408,3 +6408,13 @@ SC_ACTIVE_MONSTER_TRANSFORM: {
SC__FEINTBOMB_MASTER: {
Skill: "SC_FEINTBOMB"
}
SC_NO_SWITCH_WEAPON: {
Flags: {
NoSave: true
NoDispelReset: true
NoBBReset: true
NoClearanceReset: true
Buff: true
}
Icon: "SI_NOEQUIPWEAPON"
}
17 changes: 17 additions & 0 deletions db/re/sc_config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ SC_TWOHANDQUICKEN: {
}
CalcFlags: {
Aspd: true
Cri: true
Hit: true
}
Icon: "SI_TWOHANDQUICKEN"
Skill: "KN_TWOHANDQUICKEN"
Expand Down Expand Up @@ -266,6 +268,10 @@ SC_IMPOSITIO: {
Buff: true
NoMagicBlocked: true
}
CalcFlags: {
Batk: true
Matk: true
}
Icon: "SI_IMPOSITIO"
Skill: "PR_IMPOSITIO"
}
Expand Down Expand Up @@ -347,6 +353,7 @@ SC_ADRENALINE: {
}
CalcFlags: {
Aspd: true
Hit: true
}
Icon: "SI_ADRENALINE"
Skill: "BS_ADRENALINE"
Expand Down Expand Up @@ -6414,3 +6421,13 @@ SC_ACTIVE_MONSTER_TRANSFORM: {
SC__FEINTBOMB_MASTER: {
Skill: "SC_FEINTBOMB"
}
SC_NO_SWITCH_WEAPON: {
Flags: {
NoSave: true
NoDispelReset: true
NoBBReset: true
NoClearanceReset: true
Buff: true
}
Icon: "SI_NOEQUIPWEAPON"
}
Loading

0 comments on commit 81e6850

Please sign in to comment.