Missing wood graphics added; metal item added

stable-5.2
Charles Spurrill 2009-10-18 15:47:25 -07:00
parent e2eb0446ee
commit 620a926ed4
8 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,19 @@
[DefCore]
id=METL
Version=4,10,0,0
Category=C4D_Object|C4D_SelectMaterial|C4D_SelectHomebase
MaxUserSelect=25
Width=14
Height=13
Offset=-6,-6
Vertices=3
VertexX=-4,4
VertexY=2,-2
VertexCNAT=1,2,16
VertexFriction=30,30
Value=8
Mass=12
Components=ORE1=1
Rebuy=1
Collectible=1
Rotate=1

View File

@ -0,0 +1 @@
Baumaterial für viele Gebäude. Außerdem für stabilere Brücken und Wände.

View File

@ -0,0 +1 @@
A valuable piece of metal, useful for construction.

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -0,0 +1,13 @@
/*--- Metal ---*/
#strict 2
protected func Hit()
{
Sound("MetalHit*");
return 1;
}
func Definition(def) {
SetProperty("Name", "$Name$", def);
}

View File

@ -0,0 +1 @@
Name=Metall

View File

@ -0,0 +1 @@
Name=Metal

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB