-
-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Night Elf Markings Event #267
base: master
Are you sure you want to change the base?
Conversation
- Added a very rudimentary event and decision for assigning facial markings. - Still needs a lot of work for it to work properly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Redacted] Wrong branch
martial = 3 | ||
learning = 2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just attribute bonuses look boring. Check for more modifiers:
https://ck3.paradoxwikis.com/Modifier_list
Also, we have the balance spreadsheet. I've added your first marking as an example.
https://docs.google.com/spreadsheets/d/18zS-FAte6nsejx7rpzSmVuioRXps3iWSvSkx_xRJSWI/edit#gid=1390852137&range=A43:A46
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Working on balancing these right now and changing some of the modifiers to be more interesting.
Co-authored-by: zumbak04 <[email protected]>
- Changed the is_shown conditions on the Markings Decision to has_elunes_marks_trigger. - Kept "age >= 16" since we removed is_adult from the trigger.
- Markings are now removed via a hidden effect instead of cluttering up the event with a million lines of code saying the same thing.
Co-authored-by: zumbak04 <[email protected]>
…nightelf-markings-event
Changelog:
WCNELF.1
) for choosing facial markings as a Female Night Elf with the Elunic religion.Known issues:
How to test:
To test the event and modifiers:
event WCNELF.1
in the console to trigger the event.To test the decision: