Scrapped current place menu
This commit is contained in:
@@ -47,7 +47,7 @@ public class AmmoTypes {
|
||||
smokeEffect = ShootFx.shootSmallSmoke;
|
||||
}},
|
||||
|
||||
flakExplosive = new AmmoType(Items.rdx, FlakBullets.explosive, 5){{
|
||||
flakExplosive = new AmmoType(Items.blastCompound, FlakBullets.explosive, 5){{
|
||||
shootEffect = ShootFx.shootSmall;
|
||||
smokeEffect = ShootFx.shootSmallSmoke;
|
||||
}},
|
||||
@@ -69,7 +69,7 @@ public class AmmoTypes {
|
||||
smokeEffect = ShootFx.shootBigSmoke2;
|
||||
}},
|
||||
|
||||
shellExplosive = new AmmoType(Items.rdx, ShellBullets.explosive, 1){{
|
||||
shellExplosive = new AmmoType(Items.blastCompound, ShellBullets.explosive, 1){{
|
||||
shootEffect = ShootFx.shootBig2;
|
||||
smokeEffect = ShootFx.shootBigSmoke2;
|
||||
}},
|
||||
@@ -86,7 +86,7 @@ public class AmmoTypes {
|
||||
|
||||
//missiles
|
||||
|
||||
missileExplosive = new AmmoType(Items.rdx, MissileBullets.explosive, 1){{
|
||||
missileExplosive = new AmmoType(Items.blastCompound, MissileBullets.explosive, 1){{
|
||||
shootEffect = ShootFx.shootBig2;
|
||||
smokeEffect = ShootFx.shootBigSmoke2;
|
||||
}},
|
||||
|
||||
@@ -38,6 +38,7 @@ public class Items {
|
||||
}},
|
||||
|
||||
thorium = new Item("thorium", Color.valueOf("f9a3c7")) {{
|
||||
type = ItemType.material;
|
||||
explosiveness = 0.1f;
|
||||
hardness = 4;
|
||||
}},
|
||||
@@ -52,12 +53,11 @@ public class Items {
|
||||
explosiveness = 0.1f;
|
||||
}},
|
||||
|
||||
surgealloy = new Item("surgealloy", Color.valueOf("b4d5c7")){{
|
||||
surgealloy = new Item("surge-alloy", Color.valueOf("b4d5c7")){{
|
||||
type = ItemType.material;
|
||||
}},
|
||||
|
||||
biomatter = new Item("biomatter", Color.valueOf("648b55")) {{
|
||||
type = ItemType.material;
|
||||
flammability = 0.4f;
|
||||
fluxiness = 0.2f;
|
||||
}},
|
||||
@@ -66,7 +66,7 @@ public class Items {
|
||||
fluxiness = 0.5f;
|
||||
}},
|
||||
|
||||
rdx = new Item("rdx", Color.valueOf("ff795e")){{
|
||||
blastCompound = new Item("blast-compound", Color.valueOf("ff795e")){{
|
||||
flammability = 0.2f;
|
||||
explosiveness = 0.6f;
|
||||
}},
|
||||
|
||||
Reference in New Issue
Block a user