module Base
{
    entity WoodStake
    {
        component UiConfig
        {
            xuiSkin = default,
            entityStyle = ES_Wood_Stake,
            uiEnabled = false,
        }
        component SpriteConfig
        {
            isThumpable = false,
            face W
            {
                layer
                {
                    row = fencing_01_19,
                }
            }
        }
        component CraftRecipe
        {
            timedAction = BuildWoodenStructureSmall,
            time = 200,
            xpAward = Woodwork:6,
            category = Fences,
            Tags = Carpentry,
            Tooltip = Tooltip_craft_woodenStakeDesc,
            inputs
            {
                item 1 [Base.Plank],
            }
        }
    }
}
