diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-12-24 07:40:59 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-24 07:40:59 -0300 |
commit | 4e37370e4690529d1fb2e7b8ef8764f470d5289f (patch) | |
tree | dcd74b57ce02a568cc32dffdb9d4c6d9fe1c6635 /db | |
parent | e90014e862ca97244f73c5c3ebbfa3b9c8373de4 (diff) | |
download | serverdata-4e37370e4690529d1fb2e7b8ef8764f470d5289f.tar.gz serverdata-4e37370e4690529d1fb2e7b8ef8764f470d5289f.tar.bz2 serverdata-4e37370e4690529d1fb2e7b8ef8764f470d5289f.tar.xz serverdata-4e37370e4690529d1fb2e7b8ef8764f470d5289f.zip |
Add craft recipes for the scrolls. Now that grenades aren't rare anymore...
...Replace whatever was giving them with the newer items. Often.
Diffstat (limited to 'db')
-rw-r--r-- | db/craft_db.conf | 152 |
1 files changed, 152 insertions, 0 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf index 85141a903..5a0a32576 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -391,6 +391,158 @@ craft_db: ( }, /****************************************************************************/ { + Id: 14 + Name: "CraftScrollSMaggot" + Flag: 8 + SourceItems: + ( + { + Quill: 1 + BugLeg: 2 + }, + ) + CreateItems: + ( + { + ScrollSMaggot: 1 + }, + ) + Priority: 10 +}, +/****************************************************************************/ +{ + Id: 15 + Name: "CraftScrollSCave" + Flag: 8 + SourceItems: + ( + { + Quill: 1 + MaggotSlime: 2 + }, + ) + CreateItems: + ( + { + ScrollSCave: 1 + }, + ) + Priority: 10 +}, +/****************************************************************************/ +{ + Id: 16 + Name: "CraftScrollSDragon" + Flag: 8 + SourceItems: + ( + { + Quill: 1 + DragonScales: 4 + }, + ) + CreateItems: + ( + { + ScrollSDragon: 1 + }, + ) + Priority: 10 +}, +/****************************************************************************/ +{ + Id: 17 + Name: "CraftScrollSWolvern" + Flag: 8 + SourceItems: + ( + { + Quill: 1 + WolvernPelt: 2 + }, + ) + CreateItems: + ( + { + ScrollSWolvern: 1 + }, + ) + Priority: 10 +}, +/****************************************************************************/ +{ + Id: 18 + Name: "CraftScrollSYeti" + Flag: 8 + SourceItems: + ( + { + Quill: 1 + FrozenYetiTear: 2 + }, + ) + CreateItems: + ( + { + ScrollSYeti: 1 + }, + ) + Priority: 10 +}, +/****************************************************************************/ +{ + Id: 19 + Name: "CraftScrollSTerranite" + Flag: 8 + SourceItems: + ( + { + Quill: 1 + TerraniteOre: 2 + }, + ) + CreateItems: + ( + { + ScrollSTerranite: 1 + }, + ) + Priority: 10 +}, +/****************************************************************************/ +{ + Id: 20 + Name: "CraftScrollMagnusHealA" + Flag: 8 + SourceItems: + ( + { + Quill: 1 + Lifestone: 2 + }, + ) + CreateItems: + ( + { + ScrollMagnusHealA: 1 + }, + { + ScrollMagnusHealA: 1 + }, + { + ScrollMagnusHealA: 1 + }, + { + ScrollMagnusHealA: 1 + }, + { + ScrollMagnusHealB: 1 + }, + ) + Priority: 10 +}, +/****************************************************************************/ +{ Id: 21 Name: "CraftHastePotion" Flag: 8 |