Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Strive: Conquest

A successor to first Strive For Power game, currently at alpha stage · By Strive4Power

Custom Characters can't be created with LV6 stats - intended?

A topic by Sabin Stargem created Aug 10, 2021 Views: 446 Replies: 3
Viewing posts 1 to 5

I am not sure if it was intentional, but custom characters cannot be created with Excellent stats.   In the "src/variables.gd", the maximum is 6.

var maximum_factor_value = 6

However, the "CharacterCreationMainModule.gd", two lines have 5 as their setting.  Basically, the interface panel won't permit an increase.


func RebuildStatsContainer():

................................

            if i.code in ['growth_factor','timid_factor','tame_factor'] && mode == 'master':

                preservedsettings[i.code] = 5


func stat_up(stat):

    if preservedsettings[stat.code] >= 5 || unassigned_points == 0:

Starting with e.g. Physics 6 would not only take a bonus from a few classes but also it wouldn’t make sense when a person that barely know how to hold a sword  (no weapon based class like fighter or archer) had a body refined as a highly skilled swordsman.

That is at least my opinion in this.

This is intended.

you can upgrade the characters at the slave shop to exellent, but from 5 to 6 it is in the beginning expensive