Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(6 edits)

First 7 of these would work if this guy

com.majalis.character.Technique$TechniquePayload.basePower

would apply

Changed default value to 5 manually - all started working in game.

So basically somehow charisma calculations do not apply to aforementioned techniques.
 Technique$TechniquePayload.class init method

This is value if technique considered not spell, not "teasing", not melee, and not ranged one.
In working scenario this number should not apply, but it does for me, so charisma/4 calculations do not apply for some reason.

P.S. Sry if i'm not clear, don't speak english, still learning (hence a lot of edits).

I'm not sure exactly what the issue is here, but we'll be doing some logical passes on that Technique code so that it's clearer what's happening - right now it's difficult to parse what's happening with different types of Techniques.

(2 edits)

Found out why exactly is that some time ago.

So any technique that doesn't have opponent seducing component will have default power of 0.  Thats why changing default worked for me.

Deleted 1 year ago