module Base
{
    entity SES_MetalBrownRailing
    {
        component UiConfig
        {
            xuiSkin         = default,
            entityStyle     = ES_SES_MetalBrownRailing,
            uiEnabled       = false,
        }
        component SpriteConfig
        {
            LogicClass      = WoodenWall,
            health          = 350,
            skillBaseHealth = 20,
            face W
            {
                layer
                {
                    row = fixtures_railings_01_28,
                }
            }
            face N
            {
                layer
                {
                    row = fixtures_railings_01_29,
                }
            }
            face E
            {
                layer
                {
                    row = fixtures_railings_01_30,
                }
            }
            corner = fixtures_railings_01_31,
        }
        component CraftRecipe
        {
            timedAction   = BuildPoleFenceSmall,
            time          = 200,
            category      = Welding,
            SkillRequired = MetalWelding:8,
            xpAward       = MetalWelding:30,
            Tooltip       = Tooltip_craft_MetalPoleFenceDesc,
            inputs
            {
                item 2 [Base.BlowTorch] flags[DontRecordInput],
                item 4 [Base.MetalBar],
                item 2 [Base.WeldingRods] flags[DontRecordInput],
            }
        }
    }
}