Not updated attributes code.
The event gives several options.
This is the fith potential option in the file.
A character gets randomly created.
The "learning = 8" doesn't get assigned to the newly created character, as it's missing the new "attributes = { ...}" part.
When i executed the event option, the character got three attribute points in learning.
feudal_life_events.txt
event id = 4150
line 3397 specifically:
The line should be something like:
..and is usually past the line: female = no and not before random_traits.
Just stumbled over it by accident.
Cheers
...or is this on purpose for whatever reason ??
The event gives several options.
This is the fith potential option in the file.
A character gets randomly created.
The "learning = 8" doesn't get assigned to the newly created character, as it's missing the new "attributes = { ...}" part.
When i executed the event option, the character got three attribute points in learning.
feudal_life_events.txt
event id = 4150
line 3397 specifically:
Code:
option = {
name = EVTOPTE4150
create_character = {
learning = 8
random_traits = yes
dynasty = random
age = 65
female = no
has_nickname = nick_the_clueless
}
}
The line should be something like:
Code:
attributes = {
learning = 8
}
Just stumbled over it by accident.
Cheers
...or is this on purpose for whatever reason ??
Last edited:
- 1
Upvote
0