![]() |
Dawn of Light - Class documentation 2900
This is the Dawn of Light project
|
Public Member Functions | |
override void | GainCraftingSkillPoints (GamePlayer player, DBCraftedItem recipe, IList< DBCraftedXItem > rawMaterials) |
Gain a point in the appropriate skills for a recipe and materials. | |
Protected Member Functions | |
override void | BuildCraftedItem (GamePlayer player, DBCraftedItem recipe, ItemTemplate itemToCraft) |
Make the crafted item and add it to player's inventory. | |
Properties | |
override string | CRAFTER_TITLE_PREFIX [get] |
override String | Profession [get] |
override void DOL.GS.SiegeCrafting.BuildCraftedItem | ( | GamePlayer | player, |
DBCraftedItem | recipe, | ||
ItemTemplate | itemToCraft | ||
) | [protected, virtual] |
Make the crafted item and add it to player's inventory.
player | |
recipe |
Reimplemented from DOL.GS.AbstractCraftingSkill.
override void DOL.GS.SiegeCrafting.GainCraftingSkillPoints | ( | GamePlayer | player, |
DBCraftedItem | recipe, | ||
IList< DBCraftedXItem > | rawMaterials | ||
) | [virtual] |
Gain a point in the appropriate skills for a recipe and materials.
Reimplemented from DOL.GS.AbstractCraftingSkill.