mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-15 04:32:14 +00:00
* Restore blob chunks to the world. Blobs have chunks they spawn on death, carrying an artifact effect related to the blob type. The chunk carries a copy of the parent blob's type datum, to prevent modification of a blob causing issues with the chunk, and vice versa, if both somehow exist at the same time. * Organization, origin tech. * Convert to List Based system, drop transferring type datums directly as discussed in DMs * Added Volatile Alluvium chunk effect. Nanite swarm chunks exist, but don't do anything special for now. Blob Chunks can sniff a mob to take their faction. * Copy requires static * Chunk and effect code cleanliness lifemerger now utilizes a timer&callback instead of spawn()
11 lines
266 B
Plaintext
11 lines
266 B
Plaintext
#define BLOB_CORE_PULSE_RANGE 6
|
|
#define BLOB_NODE_PULSE_RANGE 4
|
|
|
|
#define BLOB_CORE_EXPAND_RANGE 8
|
|
#define BLOB_NODE_EXPAND_RANGE 6
|
|
|
|
#define BLOB_DIFFICULTY_EASY 0
|
|
#define BLOB_DIFFICULTY_MEDIUM 1
|
|
#define BLOB_DIFFICULTY_HARD 2
|
|
#define BLOB_DIFFICULTY_SUPERHARD 3
|