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

Desing ink sac organ and add it to octopus #91

Closed Mikolaj closed 4 years ago

Mikolaj commented 5 years ago

This is a follow up to the excellent octopus design by @JasonMFry in #85. Some brainstorming is expected before we iron out the final version (initial ideas are in the octopus PR). Additional sources:

https://en.wikipedia.org/wiki/Enteroctopus https://en.wikipedia.org/wiki/Giant_Pacific_octopus

Mikolaj commented 4 years ago

@JasonMFry, please have a look at my attempt at the inc sac you proposed

https://github.com/AllureOfTheStars/Allure/blob/master/GameDefinition/Content/ItemKindOrgan.hs#L737

in the octopus

https://github.com/AllureOfTheStars/Allure/blob/master/GameDefinition/Content/ItemKindActor.hs#L746

you created. Have fun playtesting that. These are quite common in the early game and use the inc sac to escape rather often. And the game is exceptional stable and well balanced at this moment, at least the first part of the crawl scenario, because I'm playing mostly that part right now. Have fun!

Mikolaj commented 4 years ago

@JasonMFry: it's now pre-released: https://twitter.com/AllureRoguelike/status/1284261406259511296

Mikolaj commented 4 years ago

I take the silence as an approval. :) Closing.