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

Initial release of Nightmarish Jitterbug #3339

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
14 changes: 14 additions & 0 deletions db/quest_db.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12273,6 +12273,20 @@ quest_db: (
Name: "Rake horn Scaraba Story - Wait"
TimeLimit: 3600
},
// Nighmarish Jitterbug
{
Id: 13181
Name: "Nightmarish Jitterbug"
},
{
Id: 13182
Name: "Nightmarish Jitterbug: Waiting"
TimeLimit: 14400
},
{
Id: 13183
Name: "Nightmarish Jitterbug: Completed"
},
//Ep14.2
{
Id: 14118
Expand Down
173 changes: 172 additions & 1 deletion db/re/item_db.conf
Original file line number Diff line number Diff line change
Expand Up @@ -41408,6 +41408,58 @@ item_db: (
Refine: false
Script: <" bonus bVariableCastrate,-25; ">
},
{
Id: 2990
AegisName: "Pendant_Of_Harmony"
Name: "Pendant of Harmony"
Type: "IT_ARMOR"
Buy: 20
Weight: 100
Loc: ["EQP_ACC"]
EquipLv: 133
Script: <"
bonus bMatkRate,6;
bonus bHPrecovRate,50;
bonus bSPrecovRate,50;
bonus2 bSubEle,Ele_Holy,5;
bonus4 bAutoSpell,"AB_RENOVATIO",1,30,0;
bonus4 bAutoSpellWhenHit,"PR_SANCTUARY",3,50,0;
bonus bStr,-5;
">
},
{
Id: 2991
AegisName: "Pendant_Of_Chaos"
Name: "Pendant of Chaos"
Type: "IT_ARMOR"
Buy: 20
Weight: 100
Loc: ["EQP_ACC"]
EquipLv: 130
Script: <"
bonus2 bAddRace,RC_All,6;
bonus2 bSubEle,Ele_Dark,5;
bonus2 bResEff,Eff_Confusion,10000;
bonus2 bAddEff,Eff_Confusion,500;
bonus3 bAutoSpellWhenHit,"NPC_WIDECONFUSE",2,30;
bonus bInt,-5;
">
},
{
Id: 2992
AegisName: "Pendant_Of_Maelstorm"
Name: "Pendant of Maelstrom"
Type: "IT_ARMOR"
Weight: 100
Slots: 1
Loc: ["EQP_ACC"]
Script: <"
bonus2 bAddRace, RC_All, 6;
bonus2 bMagicAddRace,RC_All,6;
bonus bAllStats,1;
bonus5 bAutoSpellWhenHit,"SC_MAELSTROM",1,100,BF_MAGIC,0;
">
},
{
Id: 2997
AegisName: "RWC_Gold_Brooch"
Expand Down Expand Up @@ -74760,6 +74812,17 @@ item_db: (
AegisName: "Lovely_Stick"
Name: "Love Wand"
},
{
Id: 6719
AegisName: "Tooth_Of_Jitterbug"
Name: "Jitterbug's Tooth"
Sell: 10000
Weight: 10
Trade: {
noselltonpc: true
noauction: true
}
},
{
Id: 6746
AegisName: "Steel_Article"
Expand Down Expand Up @@ -125762,6 +125825,68 @@ item_db: (
EquipLv: 120
Script: <" bonus2 bSubEle,Ele_Holy,10+(getrefine()/2); ">
},
{
Id: 15100
AegisName: "Frozen_Breastplate"
Name: "Frozen Breastplate"
Type: "IT_ARMOR"
Buy: 20
Weight: 1500
Defense: 20
Slots: 1
Job: {
Alchemist: true
Assassin: true
Bard: true
Dancer: true
Blacksmith: true
Crusader: true
Hunter: true
Knight: true
Monk: true
Priest: true
Rogue: true
Sage: true
Wizard: true
}
Upper: ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDBABY"]
Loc: "EQP_ARMOR"
EquipLv: 130
Script: <"
bonus bDefEle,Ele_Water;
">
},
{
Id: 15101
AegisName: "Harden_Breastplate"
Name: "Hardened Breastplate"
Type: "IT_ARMOR"
Buy: 20
Weight: 1500
Defense: 20
Slots: 1
Job: {
Alchemist: true
Assassin: true
Bard: true
Dancer: true
Blacksmith: true
Crusader: true
Hunter: true
Knight: true
Monk: true
Priest: true
Rogue: true
Sage: true
Wizard: true
}
Upper: ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDBABY"]
Loc: "EQP_ARMOR"
EquipLv: 130
Script: <"
bonus bDefEle,Ele_Earth;
">
},
{
Id: 15116
AegisName: "Airship_Armor"
Expand Down Expand Up @@ -155560,7 +155685,53 @@ item_db: (
},

//== New Cards

{
Id: 27106
AegisName: "Grand_Pere_Card"
Name: "Awaken Pere Card"
Type: "IT_CARD"
Buy: 20
Weight: 10
Loc: "EQP_ARMOR"
Script: <"
if (BaseJob == Job_Bard || BaseJob == Job_Dancer) {
bonus bMatk,(15*getrefine());
}
">
},
{
Id: 27107
AegisName: "PlayingPere_Card"
Name: "Playing Pere Card"
Type: "IT_CARD"
Buy: 20
Weight: 10
Loc: "EQP_ACC_R"
Script: <" bonus2 bAddEle,Ele_Neutral,20; ">
},
{
Id: 27108
AegisName: "SingingPere_Card"
Name: "Singing Pere Card"
Type: "IT_CARD"
Buy: 20
Weight: 10
Loc: "EQP_ACC_L"
Script: <" bonus2 bAddEle,Ele_Neutral,20; ">
},
{
Id: 27109
AegisName: "JitterbugCard"
Name: "Jitterbug Card"
Type: "IT_CARD"
Buy: 20
Weight: 10
Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID", "EQP_HEAD_TOP"]
Script: <"
bonus2 bSubEle,Ele_Neutral,10;
bonus bMaxHP,500;
">
},
{
Id: 27164
AegisName: "Faceworm_Queen_Card"
Expand Down
Loading