Skip to content

Commit

Permalink
Added Nightmare Clocktower items
Browse files Browse the repository at this point in the history
Signed-off-by: zackdreaver <zackdreaver@gmail.com>
  • Loading branch information
zackdreaver committed Mar 31, 2015
1 parent f878cb5 commit 5085a48
Showing 1 changed file with 200 additions and 0 deletions.
200 changes: 200 additions & 0 deletions db/re/item_db.conf
Expand Up @@ -15009,6 +15009,27 @@ item_db: (
}
">
},
{
Id: 1668
AegisName: "Sword_Stick"
Name: "Sword Stick"
Type: 4
Buy: 20
Weight: 500
Atk: 120
Matk: 150
Range: 1
Slots: 2
Job: 0x800200
Upper: 63
Loc: 2
WeaponLv: 4
EquipLv: 80
View: 8
Script: <"
bonus bAspdRate,10;
">
},
{
Id: 1669
AegisName: "Thanatos_Staff"
Expand Down Expand Up @@ -33088,6 +33109,18 @@ item_db: (
Loc: 136
Refine: false
},
{
Id: 2971
AegisName: "Pocket_Watch__"
Name: "Pocket Watch"
Type: 4
Buy: 20
Job: 0x800200
Weight: 200
Loc: 136
Refine: false
EquipLv: 80
},
{
Id: 2986
AegisName: "Snake_Ring"
Expand Down Expand Up @@ -40276,6 +40309,110 @@ item_db: (

">
},
{
Id: 4625
AegisName: "Timeholder_Card"
Name: "Timeholder Card"
Type: 6
Buy: 20
Weight: 10
Loc: 2
Script: <"
bonus bMatkRate,20;
bonus bUseSPrate,10;
">
},
{
Id: 4626
AegisName: "Big_Ben_Card"
Name: "Big Ben Card"
Type: 6
Buy: 20
Weight: 10
Loc: 2
Script: <"
bonus2 bMagicAddRace,RC_Formless,5;
bonus2 bMagicAddRace,RC_Demon,5;
">
},
{
Id: 4627
AegisName: "Big_Bell_Card"
Name: "Big Bell Card"
Type: 6
Buy: 20
Weight: 10
Loc: 2
Script: <"
bonus2 bAddRace,RC_Formless,10;
bonus2 bAddRace,RC_Demon,10;
">
},
{
Id: 4628
AegisName: "Neo_Punk_Card"
Name: "Neo Punk Card"
Type: 6
Buy: 20
Weight: 10
Loc: 32
Script: <"
bonus2 bSubRace,RC_Formless,20;
bonus2 bSubRace,RC_Demon,20;
">
},
{
Id: 4629
AegisName: "Arc_Elder_Card"
Name: "Arc Elder Card"
Type: 6
Buy: 20
Weight: 10
Loc: 4
Script: <"
bonus2 bSubEle,Ele_Neutral,15;
bonus2 bMagicAtkEle,Ele_Earth,(getrefine()*3);
">
},
{
Id: 4630
AegisName: "Time_Keeper_Card"
Name: "Time Keeper Card"
Type: 6
Buy: 20
Weight: 10
Loc: 64
Script: <"
bonus3 bAutoSpell,NPC_WIDECURSE,2,20;
">
},
{
Id: 4631
AegisName: "Owl_Viscount_Card"
Name: "Owl Viscount Card"
Type: 6
Buy: 20
Weight: 10
Loc: 136
Script: <"
bonus bAspdRate,3;
">
},
{
Id: 4632
AegisName: "Owl_Marquees_Card"
Name: "Owl Marquees Card"
Type: 6
Buy: 20
Weight: 10
Loc: 136
Script: <"
if(getskilllv(SA_VIOLENTGALE)==5) {
bonus5 bAutoSpell,SA_VIOLENTGALE,5,20,BF_WEAPON,0;
}
else bonus5 bAutoSpell,SA_VIOLENTGALE,1,20,BF_WEAPON,0;
">
},
// Armor Enchant System
// ===================================================================
{
Expand Down Expand Up @@ -63467,6 +63604,22 @@ item_db: (
Type: 3
Buy: 0
},
{
Id: 6804
AegisName: "Organic_Pumpkin"
Name: "Organic Pumpkin"
Type: 3
Buy: 20
Weight: 10
},
{
Id: 6805
AegisName: "Inorganic_Pumpkin"
Name: "Inorganic Pumpkin"
Type: 3
Buy: 20
Weight: 10
},
{
Id: 6913
AegisName: "Sacred_Rosary"
Expand Down Expand Up @@ -108058,6 +108211,24 @@ item_db: (
bonus bUnbreakableArmor,0;
">
},
{
Id: 15089
AegisName: "Menswear"
Name: "Menswear"
Type: 4
Buy: 20
Weight: 300
Def: 40
Job: 0xFFFFFFFE
Upper: 63
Loc: 16
EquipLv: 80
Script: <"
bonus bAspdRate,3+((getrefine()>=7)?2:0);
bonus bDelayrate,-3-((getrefine()>=7)?2:0);
bonus bVariableCastrate,-3-((getrefine()>=7)?2:0);
">
},
{
Id: 15090
AegisName: "Gray_Armor"
Expand Down Expand Up @@ -108715,6 +108886,27 @@ item_db: (
if (.@val > 2) bonus bBaseAtk,((.@val-2)*5);
">
},
{
Id: 16024
AegisName: "Quadrille_"
Name: "Quadrille"
Type: 4
Buy: 20
Weight: 900
Atk: 165
Range: 1
Slots: 2
Job: 0x00000010
Loc: 2
WeaponLv: 4
EquipLv: 40
View: 8
Script: <"
bonus2 bAddRace,RC_Undead,10;
bonus2 bAddRace,RC_DemiHuman,10;
bonus2 bAddEle,Ele_Earth,10;
">
},
{
Id: 16026
AegisName: "RWC_Memory_Mace"
Expand Down Expand Up @@ -126035,6 +126227,14 @@ item_db: (
Weight: 10
Upper: 63
},
{
Id: 22515
AegisName: "Twisted_Key_of_Time"
Name: "Twisted Key of Time"
Type: 3
Buy: 10
Weight: 300
},
{
Id: 22540
AegisName: "Runstone_Lux"
Expand Down

0 comments on commit 5085a48

Please sign in to comment.