---- Additional objects to tweaks prices
BEGIN Object     
    Name                 Plank  
    Toughness            1.00000  
    MaxStackSize         20  
    Teleportable         true  
    Price                -25  
    RenderDepth          1  
    Sprite               Wood  
    StackSprite          StackWood
    Properties           Material
END

BEGIN Object     
    Name                 Clay  
    Toughness            1.00000  
    MaxStackSize         20  
    Teleportable         true  
    Price                -20  
    RenderDepth          1  
    Sprite               Brick  
    StackSprite          StackBrick
    Properties           Material
END

BEGIN Object     
    Name                 Carpet  
    Toughness            1.00000   
    MaxStackSize         20  
    Teleportable         true  
    Price                -15  
    RenderDepth          1  
    Sprite               Concrete  
    StackSprite          StackConcrete
    Properties           Material
END

---- WOODEN FLOORS
-- Area tiles
BEGIN Material   
    Name                 WoodenFloor  
    ConstructionTime     1.00000  
    IndoorOutdoor        2  
    ObjectRequired       Plank  
    SpriteType           RandomArea  
    NumSprites           2  
    BEGIN Sprite0    x 0  y 6  END
    BEGIN Sprite1    x 5  y 2  END
END
-- Aligned tiles
BEGIN Material   
    Name                 MixedWoodenFloor  
    ConstructionTime     1.50000  
    SoftEdged            1  
    IndoorOutdoor        2  
    ObjectRequired       Plank  
    SpriteType           AlignedArea  
    NumSprites           2  
    BEGIN Sprite0    x 21  y 10  END
    BEGIN Sprite1    x 1  y 2  END
END
-- Single tile
BEGIN Material   
    Name                 ArrowWoodenFloor  
    ConstructionTime     1.50000  
    SoftEdged            1  
    IndoorOutdoor        2
    ObjectRequired       Plank  
    BEGIN Sprite0    x 24  y 8  END
END
-- Single tile
BEGIN Material   
    Name                 DiagonalWoodenFloor  
    ConstructionTime     1.50000  
    SoftEdged            1  
    IndoorOutdoor        2
    ObjectRequired       Plank  
    BEGIN Sprite0    x 19  y 16  END
END

---- CERAMICS
-- Area tiles
BEGIN Material   
    Name                 CeramicFloor  
    ConstructionTime     1.00000  
    IndoorOutdoor        2  
    ObjectRequired       Plank  
    SpriteType           RandomArea  
    NumSprites           2  
    BEGIN Sprite0    x 5  y 6  END
    BEGIN Sprite1    x 5  y 2  END
END
-- Aligned tiles
BEGIN Material   
    Name                 ClayTiles  
    ConstructionTime     1.00000  
    SoftEdged            -1  
    IndoorOutdoor        2  
    ObjectRequired       Clay  
    SpriteType           AlignedArea  
    NumSprites           2  
    BEGIN Sprite0    x 20  y 10  END
    BEGIN Sprite1    x 1  y 2  END
END
-- Single tile
BEGIN Material   
    Name                 BlueMosaic  
    ConstructionTime     1.00000  
    SoftEdged            -1  
    IndoorOutdoor        2
    ObjectRequired       Clay  
    BEGIN Sprite0    x 23  y 9  END
END
-- Single tile
BEGIN Material   
    Name                 GreenMosaic  
    ConstructionTime     1.00000  
    SoftEdged            -1  
    IndoorOutdoor        2
    ObjectRequired       Clay  
    BEGIN Sprite0    x 23  y 8  END
END
-- Single tile
BEGIN Material   
    Name                 FancyMosaic  
    ConstructionTime     1.00000  
    SoftEdged            -1  
    IndoorOutdoor        2
    ObjectRequired       Clay  
    BEGIN Sprite0    x 24  y 9  END
END

---- OTHERS
-- Aligned tiles
BEGIN Material   
    Name                 RedCarpet  
    ConstructionTime     1.00000  
    SoftEdged            1  
    IndoorOutdoor        2  
    ObjectRequired       Clay  
    SpriteType           AlignedArea  
    NumSprites           2  
    BEGIN Sprite0    x 15  y 17  END
    BEGIN Sprite1    x 1  y 2  END
END
-- Aligned tiles
BEGIN Material   
    Name                 GreenCarpet  
    ConstructionTime     1.00000  
    SoftEdged            1  
    IndoorOutdoor        2  
    ObjectRequired       Clay  
    SpriteType           AlignedArea  
    NumSprites           2  
    BEGIN Sprite0    x 22  y 10  END
    BEGIN Sprite1    x 1  y 2  END
END
-- Aligned tiles
BEGIN Material   
    Name                 BlueCarpet  
    ConstructionTime     1.00000  
    SoftEdged            1  
    IndoorOutdoor        2  
    ObjectRequired       Clay  
    SpriteType           AlignedArea  
    NumSprites           2  
    BEGIN Sprite0    x 16  y 17  END
    BEGIN Sprite1    x 1  y 2  END
END
-- Aligned tiles
BEGIN Material   
    Name                 Linoleum  
    ConstructionTime     1.00000  
    SoftEdged            -1  
    IndoorOutdoor        2  
    ObjectRequired       Concrete  
    SpriteType           AlignedArea  
    NumSprites           2  
    BEGIN Sprite0    x 17  y 17  END
    BEGIN Sprite1    x 2  y 2  END
END
