From e52eac218f5febcb78094d406970759f091a18ba Mon Sep 17 00:00:00 2001 From: Clonkonaut Date: Thu, 3 Apr 2014 17:40:00 +0200 Subject: [PATCH] Basic buildings are now constructed from Chunk_Wood. These are: - Flagpole (until we get another power distributor) - Foundry - Sawmill - Tools Workshop - Wind Generator --- planet/Objects.ocd/Structures.ocd/Flagpole.ocd/DefCore.txt | 2 +- planet/Objects.ocd/Structures.ocd/Foundry.ocd/DefCore.txt | 2 +- planet/Objects.ocd/Structures.ocd/Sawmill.ocd/DefCore.txt | 2 +- planet/Objects.ocd/Structures.ocd/ToolsWorkshop.ocd/DefCore.txt | 2 +- planet/Objects.ocd/Structures.ocd/WindGenerator.ocd/DefCore.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/planet/Objects.ocd/Structures.ocd/Flagpole.ocd/DefCore.txt b/planet/Objects.ocd/Structures.ocd/Flagpole.ocd/DefCore.txt index 51b6e3df8..cb7f98448 100644 --- a/planet/Objects.ocd/Structures.ocd/Flagpole.ocd/DefCore.txt +++ b/planet/Objects.ocd/Structures.ocd/Flagpole.ocd/DefCore.txt @@ -11,7 +11,7 @@ VertexY=-34,-29,-29,34,34 VertexFriction=50,50,50,100,100 Value=200 Mass=100 -Components=Wood=3;Metal=1 +Components=Chunk_Wood=3;Metal=1 Picture=30,0,80,94 Exclusive=1 Construction=1 diff --git a/planet/Objects.ocd/Structures.ocd/Foundry.ocd/DefCore.txt b/planet/Objects.ocd/Structures.ocd/Foundry.ocd/DefCore.txt index 5fab8ea2a..c0a7472e2 100644 --- a/planet/Objects.ocd/Structures.ocd/Foundry.ocd/DefCore.txt +++ b/planet/Objects.ocd/Structures.ocd/Foundry.ocd/DefCore.txt @@ -11,7 +11,7 @@ VertexY=-17,-25,-14,25,25,25 VertexFriction=50,50,50,100,100,100 Value=200 Mass=4500 -Components=Chunk_Rock=1;Wood=2; +Components=Chunk_Rock=1;Chunk_Wood=2; Exclusive=1 Construction=1 ContainBlast=1 diff --git a/planet/Objects.ocd/Structures.ocd/Sawmill.ocd/DefCore.txt b/planet/Objects.ocd/Structures.ocd/Sawmill.ocd/DefCore.txt index 4e0246c96..e3b121c05 100644 --- a/planet/Objects.ocd/Structures.ocd/Sawmill.ocd/DefCore.txt +++ b/planet/Objects.ocd/Structures.ocd/Sawmill.ocd/DefCore.txt @@ -11,7 +11,7 @@ VertexY=-14,-13,14,-13,14,14 VertexFriction=50,50,100,50,100,100 Value=50 Mass=1500 -Components=Chunk_Rock=1;Wood=1; +Components=Chunk_Rock=1;Chunk_Wood=1; Exclusive=1 Construction=1 ContainBlast=1 diff --git a/planet/Objects.ocd/Structures.ocd/ToolsWorkshop.ocd/DefCore.txt b/planet/Objects.ocd/Structures.ocd/ToolsWorkshop.ocd/DefCore.txt index af51ac5d6..b2210cee5 100644 --- a/planet/Objects.ocd/Structures.ocd/ToolsWorkshop.ocd/DefCore.txt +++ b/planet/Objects.ocd/Structures.ocd/ToolsWorkshop.ocd/DefCore.txt @@ -11,7 +11,7 @@ VertexY=-4,-3,19,19 VertexFriction=50,50,100,100 Value=200 Mass=4500 -Components=Wood=6;Metal=3 +Components=Chunk_Wood=6;Metal=3 Exclusive=1 Construction=1 ContainBlast=1 diff --git a/planet/Objects.ocd/Structures.ocd/WindGenerator.ocd/DefCore.txt b/planet/Objects.ocd/Structures.ocd/WindGenerator.ocd/DefCore.txt index 23d6c06bd..f00c1a65b 100644 --- a/planet/Objects.ocd/Structures.ocd/WindGenerator.ocd/DefCore.txt +++ b/planet/Objects.ocd/Structures.ocd/WindGenerator.ocd/DefCore.txt @@ -11,7 +11,7 @@ VertexY=-27,-25,-25,34,34 VertexFriction=50,50,50,100,100 Value=45 Mass=900 -Components=Wood=3;Metal=1 +Components=Chunk_Wood=3;Metal=1 Exclusive=1 Construction=1 Rotate=1