Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2-1 jobs skill rebalance (2018 patch/Renewal) #3223

Merged
merged 21 commits into from
Apr 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
35b3a92
add SC_FIRE_EXPANSION_TEAR_GAS_SOB to constants_db
guilherme-gm Jul 7, 2023
c3a2e51
Rebalance of KN_BOWLINGBASH (Bowling Bash)
guilherme-gm Jul 7, 2023
03055b1
Rebalance of KN_BRANDISHSPEAR (Brandish Spear)
guilherme-gm Jul 8, 2023
821e9da
Rebalance of KN_TWOHANDQUICKEN (Two-Hand Quicken)
guilherme-gm Jul 8, 2023
c88d1ca
Rebalance of KN_CHARGEATK (Charge Attack)
guilherme-gm Jul 8, 2023
ed9d76d
Rebalance of BS_ADRENALINE (Adrenaline Rush)
guilherme-gm Jul 8, 2023
693c4aa
Rebalance of BS_OVERTHRUST (Over Thrust)
guilherme-gm Jul 8, 2023
e94052e
Rebalance of AS_SONICBLOW (Sonic Blow)
guilherme-gm Jul 8, 2023
be83c13
Rebalance of AS_SPLASHER (Venom Splasher)
guilherme-gm Jul 8, 2023
2e2bfa2
Rebalance of WZ_VERMILION (Lord of Vermilion)
guilherme-gm Jul 9, 2023
f66f39b
Rebalance of WZ_METEOR (Meteor Storm)
guilherme-gm Jul 9, 2023
2d67b49
Rebalance of WZ_STORMGUST (Storm Gust)
guilherme-gm Jul 9, 2023
cae28fb
Rebalance of WZ_JUPITEL (Jupitel Thunder)
guilherme-gm Jul 9, 2023
d88c25e
Rebalance of WZ_EARTHSPIKE (Earth Spike)
guilherme-gm Jul 15, 2023
cde6c9d
Rebalance of WZ_HEAVENDRIVE (Heaven's Drive)
guilherme-gm Jul 15, 2023
6e02431
Rebalance of PR_MAGNUS (Magnus Exorcismus)
guilherme-gm Jul 15, 2023
28b1fe9
Rebalance of PR_MACEMASTERY (Mace Mastery)
guilherme-gm Jul 31, 2023
e0b2f48
Rebalance of PR_SUFFRAGIUM (Suffragium)
guilherme-gm Aug 1, 2023
f358d3f
Rebalance of PR_IMPOSITIO (Impositio Manus)
guilherme-gm Aug 5, 2023
0ee7ad9
Rebalance of HT_LANDMINE, HT_CLAYMORE and HT_BLASTMINE
guilherme-gm Aug 5, 2023
8963880
Rebalance of HT_BLITZBEAT (Blitz Beat)
guilherme-gm Aug 5, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading