diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-13 09:09:46 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-13 09:09:46 -0300 |
commit | 9dd7472d72c318c2b4f30f8c806872fc0ca9b6fe (patch) | |
tree | 0129b620fbc7c2bc93e774b868d426f50ef104ea /db/craft_db.conf | |
parent | a62d23bb5f5b9fc86e9ce777eb36ecf9c618ba1c (diff) | |
download | serverdata-9dd7472d72c318c2b4f30f8c806872fc0ca9b6fe.tar.gz serverdata-9dd7472d72c318c2b4f30f8c806872fc0ca9b6fe.tar.bz2 serverdata-9dd7472d72c318c2b4f30f8c806872fc0ca9b6fe.tar.xz serverdata-9dd7472d72c318c2b4f30f8c806872fc0ca9b6fe.zip |
Remove every Evol recipe
Diffstat (limited to 'db/craft_db.conf')
-rw-r--r-- | db/craft_db.conf | 250 |
1 files changed, 0 insertions, 250 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf index 6a015fb65..4397edce9 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -54,255 +54,5 @@ craft_db: ( }, ******************************************************************************/ -// Evol Recipes -{ - Id: 0 - Name: "CraftEgg" - SourceItems: - ( - { - Empty: 0 - TortugaShellFragment: 2 - Empty: 0 - - PiouFeathers: 1 - PiouFeathers: 1 - PiouFeathers: 1 - - PiouLegs: 1 - Empty: 0 - PiouLegs: 1 - }, - { - PiouFeathers: 1 - PiouFeathers: 1 - PiouFeathers: 1 - - Empty: 0 - TortugaShellFragment: 2 - Empty: 0 - - PiouLegs: 1 - Empty: 0 - PiouLegs: 1 - } - ) - CreateItems: - ( - { - PiouEgg: 1 - } - ) - DeleteItems: { - PiouLegs: 1 - } - RequiredQuests: { - ShipQuests_Julia: 1 - } - RequiredEquips: { - VneckJumper: true - } - RequiredItems: { - PiouEgg: 1 - } - Priority: 10 - Price: 100 -}, -{ - Id: 1 - Name: "CraftPiouFeathers" - SourceItems: - ( - { - PiouFeathers: 1 - PiouFeathers: 1 - PiouFeathers: 1 - - Empty: 0 - Empty: 0 - Empty: 0 - - Empty: 0 - Empty: 0 - Empty: 0 - }, - { - Empty: 0 - Empty: 0 - Empty: 0 - - PiouFeathers: 1 - PiouFeathers: 1 - PiouFeathers: 1 - - Empty: 0 - Empty: 0 - Empty: 0 - }, - { - Empty: 0 - Empty: 0 - Empty: 0 - - Empty: 0 - Empty: 0 - Empty: 0 - - PiouFeathers: 1 - PiouFeathers: 1 - PiouFeathers: 1 - }, - { - PiouFeathers: 1 - Empty: 0 - Empty: 0 - - PiouFeathers: 1 - Empty: 0 - Empty: 0 - - PiouFeathers: 1 - Empty: 0 - Empty: 0 - }, - { - Empty: 0 - PiouFeathers: 1 - Empty: 0 - - Empty: 0 - PiouFeathers: 1 - Empty: 0 - - Empty: 0 - PiouFeathers: 1 - Empty: 0 - }, - { - Empty: 0 - Empty: 0 - PiouFeathers: 1 - - Empty: 0 - Empty: 0 - PiouFeathers: 1 - - Empty: 0 - Empty: 0 - PiouFeathers: 1 - }, - ) - CreateItems: - ( - { - PiouFeathers: 4 - }, - { - PiouFeathers: 3 - }, - { - PiouFeathers: 2 - }, - ) - RequiredQuests: { - ShipQuests_Julia: 2 - } - RequiredEquips: { - VneckJumper: true - } - Priority: 10 - Price: 0 - ReturnCode: 123 -}, -{ - Id: 2 - Name: "CraftOrangeDye" - SourceItems: - ( - { - Carrot: 3 - Pearl: 2 - Empty: 0 - - Empty: 0 - Empty: 0 - Empty: 0 - - Empty: 0 - Empty: 0 - Empty: 0 - }, - { - Pearl: 2 - Carrot: 3 - Empty: 0 - - Empty: 0 - Empty: 0 - Empty: 0 - - Empty: 0 - Empty: 0 - Empty: 0 - }, - ) - CreateItems: - ( - { - OrangeDye: 2 - }, - ) - RequiredQuests: { - ShipQuests_Julia: 1 - } - Priority: 10 -}, -{ - Id: 3 - Name: "CraftItemWithDye" - SourceItems: - ( - { - VneckJumper: 1 - CrimsonDye: 1 - Empty: 0 - - Empty: 0 - Empty: 0 - Empty: 0 - - Empty: 0 - Empty: 0 - Empty: 0 - }, - { - CrimsonDye: 1 - VneckJumper: 1 - Empty: 0 - - Empty: 0 - Empty: 0 - Empty: 0 - - Empty: 0 - Empty: 0 - Empty: 0 - }, - ) - CreateItems: - ( - { - VneckJumper: - { - Amount: 1 - Cards: ["CrimsonDye"] - }, - }, - ) - RequiredQuests: { - ShipQuests_Julia: 1 - } - Priority: 10 -}, ) |