summaryrefslogtreecommitdiff
path: root/db/craft_db.conf
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-04-15 10:23:13 -0300
committerJesusaves <cpntb1@ymail.com>2019-04-15 11:00:32 -0300
commit20d2e3ff7a8ca783aea237880cfe20ea550eec56 (patch)
tree8df012753f2ef716c00e596c898165f6a9283b64 /db/craft_db.conf
parent64fd5c0f3b67202c7c9f6daef50680b8ea065aed (diff)
downloadserverdata-20d2e3ff7a8ca783aea237880cfe20ea550eec56.tar.gz
serverdata-20d2e3ff7a8ca783aea237880cfe20ea550eec56.tar.bz2
serverdata-20d2e3ff7a8ca783aea237880cfe20ea550eec56.tar.xz
serverdata-20d2e3ff7a8ca783aea237880cfe20ea550eec56.zip
Tabulations on Craft Database
Diffstat (limited to 'db/craft_db.conf')
-rw-r--r--db/craft_db.conf1098
1 files changed, 549 insertions, 549 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf
index 385a62a86..4975bc37b 100644
--- a/db/craft_db.conf
+++ b/db/craft_db.conf
@@ -4,53 +4,53 @@ craft_db: (
************* Entry structure ************************************************
******************************************************************************
{
- Id: craft id [int]
- Name: craft name [string]
- Priority: craft priority [int]
- Price: craft price [int]
- Lv: base level [int]
- Flag: flag from craft object [string/int]
- ReturnCode: return code for scripts [int]
+ Id: craft id [int]
+ Name: craft name [string]
+ Priority: craft priority [int]
+ Price: craft price [int]
+ Lv: base level [int]
+ Flag: flag from craft object [string/int]
+ ReturnCode: return code for scripts [int]
- SourceItems: ({ craft inventory source (will be deleted after crafting)
- Name: amount [int]
- ...
- },
- ...
- )
- CreateItems: ( // items what will be creted in crafting
- {
- Name: amount
- ...
- },
- {
- Name:
- {
- Amount: amount
- Cards: ["card0", ...]
- },
- },
- ...
- )
- DeleteItems: { additional items what will be deleted from inventory
- Name: amount [int]
- ...
- }
- RequiredItems: { required additional items. will be unchanged
- Name: amount [int]
- ...
- }
- RequiredSkills: { required skills and levels
- Name: level [int]
- ...
- }
- RequiredQuests: {
- Name: level [int]
- ...
- }
- RequiredEquips: {
- Name: true
- }
+ SourceItems: ({ craft inventory source (will be deleted after crafting)
+ Name: amount [int]
+ ...
+ },
+ ...
+ )
+ CreateItems: ( // items what will be creted in crafting
+ {
+ Name: amount
+ ...
+ },
+ {
+ Name:
+ {
+ Amount: amount
+ Cards: ["card0", ...]
+ },
+ },
+ ...
+ )
+ DeleteItems: { additional items what will be deleted from inventory
+ Name: amount [int]
+ ...
+ }
+ RequiredItems: { required additional items. will be unchanged
+ Name: amount [int]
+ ...
+ }
+ RequiredSkills: { required skills and levels
+ Name: level [int]
+ ...
+ }
+ RequiredQuests: {
+ Name: level [int]
+ ...
+ }
+ RequiredEquips: {
+ Name: true
+ }
},
******************************************************************************/
@@ -61,523 +61,523 @@ craft_db: (
// Alchemy System (ID 21~50, Flag 8)
//////////////////////////////////////////////////////////////////////////////
{
- Id: 21
- Name: "CraftHastePotion"
- Flag: 8
- SourceItems:
- (
- {
- Plushroom: 15
- },
- )
- CreateItems:
- (
- {
- HastePotion: 3
- },
- {
- HastePotion: 3
- },
- {
- HastePotion: 2
- },
- )
- Priority: 10
+ Id: 21
+ Name: "CraftHastePotion"
+ Flag: 8
+ SourceItems:
+ (
+ {
+ Plushroom: 15
+ },
+ )
+ CreateItems:
+ (
+ {
+ HastePotion: 3
+ },
+ {
+ HastePotion: 3
+ },
+ {
+ HastePotion: 2
+ },
+ )
+ Priority: 10
},
/****************************************************************************/
{
- Id: 22
- Name: "CraftStrengthPotion"
- Flag: 8
- SourceItems:
- (
- {
- Chagashroom: 15
- },
- )
- CreateItems:
- (
- {
- StrengthPotion: 3
- },
- {
- StrengthPotion: 3
- },
- {
- StrengthPotion: 2
- },
- )
- Priority: 10
+ Id: 22
+ Name: "CraftStrengthPotion"
+ Flag: 8
+ SourceItems:
+ (
+ {
+ Chagashroom: 15
+ },
+ )
+ CreateItems:
+ (
+ {
+ StrengthPotion: 3
+ },
+ {
+ StrengthPotion: 3
+ },
+ {
+ StrengthPotion: 2
+ },
+ )
+ Priority: 10
},
/****************************************************************************/
{
- Id: 23
- Name: "CraftResetPotion"
- Flag: 8
- SourceItems:
- (
- {
- ManaPiouFeathers: 90
- Curshroom: 10
- },
- )
- CreateItems:
- (
- {
- StatusResetPotion: 1
- },
- )
- Priority: 10
+ Id: 23
+ Name: "CraftResetPotion"
+ Flag: 8
+ SourceItems:
+ (
+ {
+ ManaPiouFeathers: 90
+ Curshroom: 10
+ },
+ )
+ CreateItems:
+ (
+ {
+ StatusResetPotion: 1
+ },
+ )
+ Priority: 10
},
/****************************************************************************/
{
- Id: 24
- Name: "CraftSpeedPotion"
- Flag: 8
- SourceItems:
- (
- {
- GemPowder: 1
- FluoPowder: 5
- },
- )
- CreateItems:
- (
- {
- MoveSpeedPotion: 1
- },
- )
- Priority: 10
+ Id: 24
+ Name: "CraftSpeedPotion"
+ Flag: 8
+ SourceItems:
+ (
+ {
+ GemPowder: 1
+ FluoPowder: 5
+ },
+ )
+ CreateItems:
+ (
+ {
+ MoveSpeedPotion: 1
+ },
+ )
+ Priority: 10
},
/****************************************************************************/
{
- Id: 25
- Name: "CraftPrecisionPotion"
- Flag: 8
- SourceItems:
- (
- {
- Piberries: 3
- MountainSnakeEgg: 1
- },
- )
- CreateItems:
- (
- {
- PrecisionPotion: 1
- },
- )
- Priority: 10
+ Id: 25
+ Name: "CraftPrecisionPotion"
+ Flag: 8
+ SourceItems:
+ (
+ {
+ Piberries: 3
+ MountainSnakeEgg: 1
+ },
+ )
+ CreateItems:
+ (
+ {
+ PrecisionPotion: 1
+ },
+ )
+ Priority: 10
},
/****************************************************************************/
{
- Id: 26
- Name: "CraftDodgePotion"
- Flag: 8
- SourceItems:
- (
- {
- Piberries: 3
- SnakeEgg: 1
- },
- )
- CreateItems:
- (
- {
- DodgePotion: 1
- },
- )
- Priority: 10
+ Id: 26
+ Name: "CraftDodgePotion"
+ Flag: 8
+ SourceItems:
+ (
+ {
+ Piberries: 3
+ SnakeEgg: 1
+ },
+ )
+ CreateItems:
+ (
+ {
+ DodgePotion: 1
+ },
+ )
+ Priority: 10
},
/****************************************************************************/
{
- Id: 27
- Name: "CraftLukPotionA"
- Flag: 8
- SourceItems:
- (
- {
- EmeraldPowder: 1
- HerbalTea: 1
- },
- )
- CreateItems:
- (
- {
- LukPotionA: 1
- },
- {
- LukPotionA: 1
- },
- {
- LukPotionA: 2
- },
- )
- Priority: 10
+ Id: 27
+ Name: "CraftLukPotionA"
+ Flag: 8
+ SourceItems:
+ (
+ {
+ EmeraldPowder: 1
+ HerbalTea: 1
+ },
+ )
+ CreateItems:
+ (
+ {
+ LukPotionA: 1
+ },
+ {
+ LukPotionA: 1
+ },
+ {
+ LukPotionA: 2
+ },
+ )
+ Priority: 10
},
/****************************************************************************/
{
- Id: 28
- Name: "CraftLukPotionB"
- Flag: 8
- SourceItems:
- (
- {
- Emerald: 1
- HerbalTea: 2
- },
- )
- CreateItems:
- (
- {
- LukPotionB: 1
- },
- {
- LukPotionB: 1
- },
- {
- LukPotionB: 2
- },
- )
- Priority: 10
+ Id: 28
+ Name: "CraftLukPotionB"
+ Flag: 8
+ SourceItems:
+ (
+ {
+ Emerald: 1
+ HerbalTea: 2
+ },
+ )
+ CreateItems:
+ (
+ {
+ LukPotionB: 1
+ },
+ {
+ LukPotionB: 1
+ },
+ {
+ LukPotionB: 2
+ },
+ )
+ Priority: 10
},
/****************************************************************************/
{
- Id: 29
- Name: "CraftLukPotionC"
- Flag: 8
- SourceItems:
- (
- {
- PolishedEmerald: 1
- HerbalTea: 3
- },
- )
- CreateItems:
- (
- {
- LukPotionC: 1
- },
- {
- LukPotionC: 1
- },
- {
- LukPotionC: 2
- },
- )
- Priority: 10
+ Id: 29
+ Name: "CraftLukPotionC"
+ Flag: 8
+ SourceItems:
+ (
+ {
+ PolishedEmerald: 1
+ HerbalTea: 3
+ },
+ )
+ CreateItems:
+ (
+ {
+ LukPotionC: 1
+ },
+ {
+ LukPotionC: 1
+ },
+ {
+ LukPotionC: 2
+ },
+ )
+ Priority: 10
},
/****************************************************************************/
{
- Id: 30
- Name: "CraftDexPotionA"
- Flag: 8
- SourceItems:
- (
- {
- AmethystPowder: 1
- HerbalTea: 1
- },
- )
- CreateItems:
- (
- {
- DexPotionA: 1
- },
- {
- DexPotionA: 1
- },
- {
- DexPotionA: 2
- },
- )
- Priority: 10
+ Id: 30
+ Name: "CraftDexPotionA"
+ Flag: 8
+ SourceItems:
+ (
+ {
+ AmethystPowder: 1
+ HerbalTea: 1
+ },
+ )
+ CreateItems:
+ (
+ {
+ DexPotionA: 1
+ },
+ {
+ DexPotionA: 1
+ },
+ {
+ DexPotionA: 2
+ },
+ )
+ Priority: 10
},
/****************************************************************************/
{
- Id: 31
- Name: "CraftDexPotionB"
- Flag: 8
- SourceItems:
- (
- {
- Amethyst: 1
- HerbalTea: 2
- },
- )
- CreateItems:
- (
- {
- DexPotionB: 1
- },
- {
- DexPotionB: 1
- },
- {
- DexPotionB: 2
- },
- )
- Priority: 10
+ Id: 31
+ Name: "CraftDexPotionB"
+ Flag: 8
+ SourceItems:
+ (
+ {
+ Amethyst: 1
+ HerbalTea: 2
+ },
+ )
+ CreateItems:
+ (
+ {
+ DexPotionB: 1
+ },
+ {
+ DexPotionB: 1
+ },
+ {
+ DexPotionB: 2
+ },
+ )
+ Priority: 10
},
/****************************************************************************/
{
- Id: 32
- Name: "CraftDexPotionC"
- Flag: 8
- SourceItems:
- (
- {
- PolishedAmethyst: 1
- HerbalTea: 3
- },
- )
- CreateItems:
- (
- {
- DexPotionC: 1
- },
- {
- DexPotionC: 1
- },
- {
- DexPotionC: 2
- },
- )
- Priority: 10
+ Id: 32
+ Name: "CraftDexPotionC"
+ Flag: 8
+ SourceItems:
+ (
+ {
+ PolishedAmethyst: 1
+ HerbalTea: 3
+ },
+ )
+ CreateItems:
+ (
+ {
+ DexPotionC: 1
+ },
+ {
+ DexPotionC: 1
+ },
+ {
+ DexPotionC: 2
+ },
+ )
+ Priority: 10
},
/****************************************************************************/
{
- Id: 33
- Name: "CraftIntPotionA"
- Flag: 8
- SourceItems:
- (
- {
- SapphirePowder: 1
- HerbalTea: 1
- },
- )
- CreateItems:
- (
- {
- IntPotionA: 1
- },
- {
- IntPotionA: 1
- },
- {
- IntPotionA: 2
- },
- )
- Priority: 10
+ Id: 33
+ Name: "CraftIntPotionA"
+ Flag: 8
+ SourceItems:
+ (
+ {
+ SapphirePowder: 1
+ HerbalTea: 1
+ },
+ )
+ CreateItems:
+ (
+ {
+ IntPotionA: 1
+ },
+ {
+ IntPotionA: 1
+ },
+ {
+ IntPotionA: 2
+ },
+ )
+ Priority: 10
},
/****************************************************************************/
{
- Id: 34
- Name: "CraftIntPotionB"
- Flag: 8
- SourceItems:
- (
- {
- Sapphire: 1
- HerbalTea: 2
- },
- )
- CreateItems:
- (
- {
- IntPotionB: 1
- },
- {
- IntPotionB: 1
- },
- {
- IntPotionB: 2
- },
- )
- Priority: 10
+ Id: 34
+ Name: "CraftIntPotionB"
+ Flag: 8
+ SourceItems:
+ (
+ {
+ Sapphire: 1
+ HerbalTea: 2
+ },
+ )
+ CreateItems:
+ (
+ {
+ IntPotionB: 1
+ },
+ {
+ IntPotionB: 1
+ },
+ {
+ IntPotionB: 2
+ },
+ )
+ Priority: 10
},
/****************************************************************************/
{
- Id: 35
- Name: "CraftIntPotionC"
- Flag: 8
- SourceItems:
- (
- {
- PolishedSapphire: 1
- HerbalTea: 3
- },
- )
- CreateItems:
- (
- {
- IntPotionC: 1
- },
- {
- IntPotionC: 1
- },
- {
- IntPotionC: 2
- },
- )
- Priority: 10
+ Id: 35
+ Name: "CraftIntPotionC"
+ Flag: 8
+ SourceItems:
+ (
+ {
+ PolishedSapphire: 1
+ HerbalTea: 3
+ },
+ )
+ CreateItems:
+ (
+ {
+ IntPotionC: 1
+ },
+ {
+ IntPotionC: 1
+ },
+ {
+ IntPotionC: 2
+ },
+ )
+ Priority: 10
},
/****************************************************************************/
{
- Id: 36
- Name: "CraftVitPotionA"
- Flag: 8
- SourceItems:
- (
- {
- DiamondPowder: 1
- HerbalTea: 1
- },
- )
- CreateItems:
- (
- {
- VitPotionA: 1
- },
- {
- VitPotionA: 1
- },
- {
- VitPotionA: 2
- },
- )
- Priority: 10
+ Id: 36
+ Name: "CraftVitPotionA"
+ Flag: 8
+ SourceItems:
+ (
+ {
+ DiamondPowder: 1
+ HerbalTea: 1
+ },
+ )
+ CreateItems:
+ (
+ {
+ VitPotionA: 1
+ },
+ {
+ VitPotionA: 1
+ },
+ {
+ VitPotionA: 2
+ },
+ )
+ Priority: 10
},
/****************************************************************************/
{
- Id: 37
- Name: "CraftVitPotionB"
- Flag: 8
- SourceItems:
- (
- {
- Diamond: 1
- HerbalTea: 2
- },
- )
- CreateItems:
- (
- {
- VitPotionB: 1
- },
- {
- VitPotionB: 1
- },
- {
- VitPotionB: 2
- },
- )
- Priority: 10
+ Id: 37
+ Name: "CraftVitPotionB"
+ Flag: 8
+ SourceItems:
+ (
+ {
+ Diamond: 1
+ HerbalTea: 2
+ },
+ )
+ CreateItems:
+ (
+ {
+ VitPotionB: 1
+ },
+ {
+ VitPotionB: 1
+ },
+ {
+ VitPotionB: 2
+ },
+ )
+ Priority: 10
},
/****************************************************************************/
{
- Id: 38
- Name: "CraftVitPotionC"
- Flag: 8
- SourceItems:
- (
- {
- PolishedDiamond: 1
- HerbalTea: 3
- },
- )
- CreateItems:
- (
- {
- VitPotionC: 1
- },
- {
- VitPotionC: 1
- },
- {
- VitPotionC: 2
- },
- )
- Priority: 10
+ Id: 38
+ Name: "CraftVitPotionC"
+ Flag: 8
+ SourceItems:
+ (
+ {
+ PolishedDiamond: 1
+ HerbalTea: 3
+ },
+ )
+ CreateItems:
+ (
+ {
+ VitPotionC: 1
+ },
+ {
+ VitPotionC: 1
+ },
+ {
+ VitPotionC: 2
+ },
+ )
+ Priority: 10
},
/****************************************************************************/
{
- Id: 39
- Name: "CraftAgiPotionA"
- Flag: 8
- SourceItems:
- (
- {
- TopazPowder: 1
- HerbalTea: 1
- },
- )
- CreateItems:
- (
- {
- AgiPotionA: 1
- },
- {
- AgiPotionA: 1
- },
- {
- AgiPotionA: 2
- },
- )
- Priority: 10
+ Id: 39
+ Name: "CraftAgiPotionA"
+ Flag: 8
+ SourceItems:
+ (
+ {
+ TopazPowder: 1
+ HerbalTea: 1
+ },
+ )
+ CreateItems:
+ (
+ {
+ AgiPotionA: 1
+ },
+ {
+ AgiPotionA: 1
+ },
+ {
+ AgiPotionA: 2
+ },
+ )
+ Priority: 10
},
/****************************************************************************/
{
- Id: 40
- Name: "CraftAgiPotionB"
- Flag: 8
- SourceItems:
- (
- {
- Topaz: 1
- HerbalTea: 2
- },
- )
- CreateItems:
- (
- {
- AgiPotionB: 1
- },
- {
- AgiPotionB: 1
- },
- {
- AgiPotionB: 2
- },
- )
- Priority: 10
+ Id: 40
+ Name: "CraftAgiPotionB"
+ Flag: 8
+ SourceItems:
+ (
+ {
+ Topaz: 1
+ HerbalTea: 2
+ },
+ )
+ CreateItems:
+ (
+ {
+ AgiPotionB: 1
+ },
+ {
+ AgiPotionB: 1
+ },
+ {
+ AgiPotionB: 2
+ },
+ )
+ Priority: 10
},
/****************************************************************************/
{
- Id: 41
- Name: "CraftAgiPotionC"
- Flag: 8
- SourceItems:
- (
- {
- PolishedTopaz: 1
- HerbalTea: 3
- },
- )
- CreateItems:
- (
- {
- AgiPotionC: 1
- },
- {
- AgiPotionC: 1
- },
- {
- AgiPotionC: 2
- },
- )
- Priority: 10
+ Id: 41
+ Name: "CraftAgiPotionC"
+ Flag: 8
+ SourceItems:
+ (
+ {
+ PolishedTopaz: 1
+ HerbalTea: 3
+ },
+ )
+ CreateItems:
+ (
+ {
+ AgiPotionC: 1
+ },
+ {
+ AgiPotionC: 1
+ },
+ {
+ AgiPotionC: 2
+ },
+ )
+ Priority: 10
},
/****************************************************************************/
@@ -587,55 +587,55 @@ craft_db: (
// Require 1x EverburnPowder to lit (maybe Sulphur?)
// Require BentNeddle to costure (leather)
{
- Id: 51
- Name: "CraftWoodenSword"
- Flag: 16
- SourceItems:
- (
- {
- WoodenLog: 25
- RawLog: 5
- },
- )
- RequiredEquips: {
- Knife: true
- }
- CreateItems:
- (
- {
- WoodenSword: 1
- },
- {
- WoodenSword: 1
- RawLog: 1
- },
- )
- Priority: 10
+ Id: 51
+ Name: "CraftWoodenSword"
+ Flag: 16
+ SourceItems:
+ (
+ {
+ WoodenLog: 25
+ RawLog: 5
+ },
+ )
+ RequiredEquips: {
+ Knife: true
+ }
+ CreateItems:
+ (
+ {
+ WoodenSword: 1
+ },
+ {
+ WoodenSword: 1
+ RawLog: 1
+ },
+ )
+ Priority: 10
},
/****************************************************************************/
{
- Id: 52
- Name: "CraftBugSlayer"
- Flag: 16
- SourceItems:
- (
- {
- IronIngot: 8
- Coal: 15
- EverburnPowder: 1
- },
- )
- RequiredEquips: {
- Knife: true
- }
- CreateItems:
- (
- {
- BugSlayer: 1
- PileOfAsh: 1
- },
- )
- Priority: 10
+ Id: 52
+ Name: "CraftBugSlayer"
+ Flag: 16
+ SourceItems:
+ (
+ {
+ IronIngot: 8
+ Coal: 15
+ EverburnPowder: 1
+ },
+ )
+ RequiredEquips: {
+ Knife: true
+ }
+ CreateItems:
+ (
+ {
+ BugSlayer: 1
+ PileOfAsh: 1
+ },
+ )
+ Priority: 10
},
/****************************************************************************/