From 252287182b39e350b22e1a79011fafeef1246f25 Mon Sep 17 00:00:00 2001 From: trashb0at Date: Sun, 13 Apr 2025 14:53:28 -0400 Subject: [PATCH] no more beard --- .../portrait_modifiers/NEOW_characters.txt | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 gfx/portraits/portrait_modifiers/NEOW_characters.txt diff --git a/gfx/portraits/portrait_modifiers/NEOW_characters.txt b/gfx/portraits/portrait_modifiers/NEOW_characters.txt new file mode 100644 index 00000000..307e60b3 --- /dev/null +++ b/gfx/portraits/portrait_modifiers/NEOW_characters.txt @@ -0,0 +1,25 @@ +NEOW_characters_accessories = { + usage = game + selection_behavior = max + priority = 2 + + debbie_lane = { + dna_modifiers = { + accessory = { + mode = add + gene = beards + template = no_beard + value = 0.11 # Please replace with accessory = accessory_name + } + } + weight = { + base = 0 + modifier = { + add = 2000 + exists = this + exists = character:france_bonaparte_isildur_i + this = character:france_bonaparte_isildur_i + } + } + } +}