WIP core bastion
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
@@ -407,3 +407,4 @@
|
||||
63301=neoplasm|liquid-neoplasm-ui
|
||||
63300=scuttler|unit-scuttler-ui
|
||||
63299=breach|block-breach-ui
|
||||
63298=core-bastion|block-core-bastion-ui
|
||||
|
||||
Binary file not shown.
@@ -85,6 +85,8 @@ public class Blocks implements ContentList{
|
||||
|
||||
//storage
|
||||
coreShard, coreFoundation, coreNucleus, vault, container, unloader,
|
||||
//storage - erekir
|
||||
coreBastion,
|
||||
|
||||
//turrets
|
||||
duo, scatter, scorch, hail, arc, wave, lancer, swarmer, salvo, fuse, ripple, cyclone, foreshadow, spectre, meltdown, segment, parallax, tsunami,
|
||||
@@ -1650,6 +1652,17 @@ public class Blocks implements ContentList{
|
||||
researchCostMultiplier = 0.11f;
|
||||
}};
|
||||
|
||||
coreBastion = new CoreBlock("core-bastion"){{
|
||||
requirements(Category.effect, BuildVisibility.editorOnly, with(Items.beryllium, 1000, Items.graphite, 1000));
|
||||
|
||||
unitType = UnitTypes.alpha;
|
||||
health = 3000;
|
||||
itemCapacity = 3000; //TODO more or less?
|
||||
size = 3;
|
||||
|
||||
unitCapModifier = 10;
|
||||
}};
|
||||
|
||||
vault = new StorageBlock("vault"){{
|
||||
requirements(Category.effect, with(Items.titanium, 250, Items.thorium, 125));
|
||||
size = 3;
|
||||
|
||||
Reference in New Issue
Block a user