summaryrefslogblamecommitdiff
path: root/db/craft_db.conf
blob: 071180566e4de69c29f3d10dc6a4c4a498b40a7d (plain) (tree)























































                                                                               
                  




















































                                   

                       









































































































                             

              


































                          
                        






                           

                    






                            
                         










                    
                         

















                          
                                     








                           









































































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

// Pet Egg 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
},

// Generic Item Recipes
{
    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
},

// Dye Recipes
{
    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
},

// Equipment recipes
{
    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
},

// Help
{
    Id: 5
    Name: "CraftCarpCocktail"
    Flag: 4
    SourceItems:
    (
        {
            Bread: 1
            LettuceLeaf: 1
            Cheese: 1
            CommonCarp: 1
        },
    )
    CreateItems:
    (
        {
            CactusCocktail: 1
        },
    )
    RequiredItems: {
        ThetaBook: 1
    }
    Priority: 10
},
{
    Id: 6
    Name: "CraftMananaCocktail"
    Flag: 4
    SourceItems:
    (
        {
            Bread: 1
            LettuceLeaf: 1
            Cheese: 1
            Manana: 1
        },
    )
    CreateItems:
    (
        {
            AppleCocktail: 1
        },
    )
    RequiredItems: {
        ThetaBook: 1
    }
    Priority: 10
},
{
    Id: 7
    Name: "CraftLegsCocktail"
    Flag: 4
    SourceItems:
    (
        {
            Bread: 1
            LettuceLeaf: 1
            Cheese: 1
            PiouLegs: 1
        },
    )
    CreateItems:
    (
        {
            CherryCocktail: 1
        },
    )
    RequiredItems: {
        ThetaBook: 1
    }
    Priority: 10
},

)