Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Shadowoids from z0mbiesrock have a 'standard' +500% melee block, but every block and thruster have an extra zero added to the mass and thrust, respectively, because Dark Matter. Otherwise the blocks are similar to Terran, Laporien, or Sentinel bits, just bumped up to First Ones level firepower. Oh and they're pitch black which makes the durn things hard to build with and F███ING SCARY to fight!
In the blocks.lua it only takes one line to make a block melee:
features=MELEE,
If there are already features, just add MELEE to the end.
Then if you want to make the damage even higher, you'd add this to the block:
meleeDamage=somenumber,
... a number of 5 would be 500%.
You can even add the melee attribute to projectiles and drones.
If you want a reference, my Yuuzhan Vong faction has a long melee tooth block, and an asteroid launcher that does melee damage.
The Zombies in Space faction has spikes, teeth, and thistle lauchers that all use melee damage.