Skip to content

Commit

Permalink
Nightmare Clock Tower Dungeon
Browse files Browse the repository at this point in the history
- added mobs and (updated) skills
- added quests_aldebaran.txt
- iro dialogues
- all items are already in available in item_db.conf
- maps are already available in mapcache, index and .conf
- Updated item effect for Pocket_Watch_ and Pocket_Watch__, and their
  combo with Memorize_Book and Pocket_Watch__

Closes #1389 as merged

Signed-off-by: Haru <haru@dotalux.com>
  • Loading branch information
Ridley8819 authored and MishimaHaruna committed Aug 16, 2016
1 parent 048bd16 commit 88c5a47
Show file tree
Hide file tree
Showing 7 changed files with 662 additions and 78 deletions.
1 change: 1 addition & 0 deletions db/re/item_combo_db.txt
Expand Up @@ -307,6 +307,7 @@
18728:15061:2495:20700,{ bonus bAllStats, 1; bonus2 bSubEle, Ele_Water, 50; }
18776:20710,{ bonus bAgi,5; bonus bFlee,10; }
18824:18825,{ bonus bMaxHP,100; bonus2 bSubEle,Ele_Neutral,getequiprefinerycnt(EQI_HEAD_TOP); }
18874:2109:2971,{ bonus bHPrecovRate,15; bonus bSPrecovRate,15; bonus bMatkRate,7; }
18997:28326:28327,{ bonus bSpeedRate,10; bonus bBaseAtk,50; bonus bMatk,50; if(getequiprefinerycnt(EQI_HEAD_TOP)>=9){ bonus bMaxHPrate,10; bonus bMaxSPrate,50; } }
19026:15138,{ bonus2 bAddRaceTolerance, RC_Fish, 10 + getequiprefinerycnt(EQI_ARMOR); }
19026:20756,{ .@r = getequiprefinerycnt(EQI_GARMENT); bonus2 bSPGainRace, RC_Fish, 10; bonus3 bAddMonsterDropItem, Shusi, RC_Fish, (5 + .@r); bonus3 bAddMonsterDropItem, Fish_Slice, RC_Fish, (5 + .@r); bonus2 bAddItemHealRate, Shusi, 5; bonus2 bAddItemHealRate, Fish_Slice, 5; bonus bHPrecovRate, (5 + .@r); }
Expand Down
18 changes: 16 additions & 2 deletions db/re/item_db.conf
Expand Up @@ -36046,7 +36046,7 @@ item_db: (
Type: 5
Buy: 20
Weight: 200
Def: 1
Def: 0
Job: {
Magician: true
Wizard: true
Expand All @@ -36056,6 +36056,11 @@ item_db: (
Loc: 136
EquipLv: 80
Refine: false
Script: <"
bonus bHPrecovRate,15;
bonus bSPrecovRate,15;
bonus bMatkRate,7;
">
},
{
Id: 2718
Expand Down Expand Up @@ -40708,16 +40713,25 @@ item_db: (
Id: 2971
AegisName: "Pocket_Watch__"
Name: "Pocket Watch"
Type: 4
Type: 5
Buy: 20
Weight: 200
Slots: 1
Job: {
Magician: true
Wizard: true
Sage: true
Soul_Linker: true
}
Upper: 3
Loc: 136
EquipLv: 80
Refine: false
Script: <"
bonus bHPrecovRate,15;
bonus bSPrecovRate,15;
bonus bMatkRate,7;
">
},
{
Id: 2981
Expand Down

0 comments on commit 88c5a47

Please sign in to comment.