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

Origin partners are generating as "untrained"

A topic by Firesparq created 7 days ago Views: 164 Replies: 1
Viewing posts 1 to 2


"hid3506526690":

            {

                "children":

                [],

                "father": null,

                "id": "hid3506526690",

                "mother": null,

                "name": "Xenia",

                "race": "Dwarf",

                "sex": "female",

                "siblings":

                []

            },

Checking the character storage for that id, we have these two entries:

"damage_mod_all":

                        {

                            "add":

                            [

                                {

                                    "src_type": "trait",

                                    "src_value": "untrained",

                                    "timestamp": 2,

                                    "value": -0.3

                                }

                            ]

                        },


"productivity":

                        {

                            "add_part":

                            [

                                {

                                    "src_type": "trait",

                                    "src_value": "untrained",

                                    "timestamp": 2,

                                    "value": -0.5

                                },

                                {

                                    "src_type": "effect",

                                    "src_value": "work_rule_ration",

                                    "timestamp": 20,

                                    "value": 0.15

                                }

                            ]

                        },

I have attached the character's save data: https://filebin.net/3xsskglfhdsbifzz

Fixed in v0.12.0a for those interested