summaryrefslogblamecommitdiff
path: root/db/craft_db.conf
blob: 4975bc37b68b686a4bdd1d0bb757823608834e33 (plain) (tree)
1
2
3
4
5
6





                                                                               






                                                                
 






































                                                                                


                                                                               



                                                                              
                                    

                                                                              





















                                      


                                                                              





















                                         

                                                                              
 
















                                            


                                                                              
















                                          


                                                                              
















                                           


                                                                              
















                                      


                                                                              






















                                        


                                                                              






















                                     


                                                                              






















                                          


                                                                              






















                                         


                                                                              






















                                     


                                                                              






















                                           


                                                                              






















                                         


                                                                              






















                                     


                                                                              






















                                           


                                                                              






















                                        


                                                                              






















                                     


                                                                              






















                                          


                                                                              






















                                      


                                                                              






















                                     


                                                                              






















                                        

                                                                              
 
                                       
                                                                              



                                                    























                                      


                                                                              





















                                         
  
                                                                              

 
craft_db: (
//  craft Database
/******************************************************************************
 ************* 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]

	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
	}
},
******************************************************************************/

// Cooking System (ID 0~20, Flag 4)
//////////////////////////////////////////////////////////////////////////////
/****************************************************************************/

// 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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
},
/****************************************************************************/

// Crafting System (ID 51~100, Flag 16)
//////////////////////////////////////////////////////////////////////////////
// Output PileOfAsh
// 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: 52
	Name: "CraftBugSlayer"
	Flag: 16
	SourceItems:
	(
		{
			IronIngot: 8
			Coal: 15
			EverburnPowder: 1
		},
	)
	RequiredEquips: {
			Knife: true
	}
	CreateItems:
	(
		{
			BugSlayer: 1
			PileOfAsh: 1
		},
	)
	Priority: 10
},
/****************************************************************************/

)