Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

A lot of the descriptions that give an expression for how certain numbers are calculated seem to be slightly incorrect.

One small example being, in order to spy on two lovers at the Union Lake Upper Platform in the shapeshifter village you need to pass a stat check of 2 * Agility + Luck + Random 100-sided dice. At least this is the expression according to the game. In actuality, the expression is 2 * Perception + Luck + Random 100-sided dice. Of course there are other ones as well, especially with skills, and probably more I haven't seen since it's pretty frequent in the code. I'd probably double check all the descriptions' expressions match the mathematical expressions used in the code for skills, stat checks, etc..

You're Piku from Discord, right? Thanks again for the bug reports. I'll copypaste here the response to the actions' descriptions for anyone interested:

> The mentioned influence of stats in actions' descriptions refers to the proportion in which each stat influences damage. This means that if the formula for stroke pussy is (agility*1+physique*1)/10 (making it up right now as an example), and the formula for thrust is (physique*1+resilience*1)/5, both are going to mention agility, physique and resilience as contributing x1

(...)

> The descriptions tell you the proportion, not the overall multiplier
> This allows you to make the following reasoning: "I like the effects of this action in relation to the stats it says it's dependent on, so if I want it to be an important part of my build, the most important stats are these, in these proportions"