AllureOfTheStars / Allure

Allure of the Stars is a near-future Sci-Fi roguelike and tactical squad combat game written in Haskell; please offer feedback, e.g., after trying out the web frontend version at
http://allureofthestars.com
GNU Affero General Public License v3.0
213 stars 16 forks source link

Use the new functionality of destroying actor trunk at death #108

Closed Mikolaj closed 3 years ago

Mikolaj commented 4 years ago

Currently it's only used for uniques' last words, but some actors could explode on death, etc.

Mikolaj commented 4 years ago

A particularly fun setup was groups of saper snagas in an Angband variants, where each snaga was relatively easy to destroy from afar and explosion of one of the group was always enough to start a chain reaction among the others.

Mikolaj commented 3 years ago

Right now, all non-condition organs, not just trunks, are destroyed on death. Therefore, sapper snagas can have explosives sewn into their body and explode due to that.

Mikolaj commented 3 years ago

Done, to be pushed. However, to reconstruct the full fun of saper snagas, a mechanism is needed for spawning and moving the many of the explosive actors together. TODO.