Skip to content

Commit

Permalink
PR : Adjust founding chapter trait values (#353)
Browse files Browse the repository at this point in the history
## Description of changes
- Adjusts founding chapter trait values
## Reasons for changes
- Old values resulted in negative effects

## Summary by Sourcery

Enhancements:
- Updated trait values for several founding chapters.
  • Loading branch information
KRdaMystic authored Dec 29, 2024
1 parent 4078dd0 commit 120fc43
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions scripts/scr_unit_traits/scr_unit_traits.gml
Original file line number Diff line number Diff line change
Expand Up @@ -387,71 +387,71 @@ global.trait_list = {
"students_of_war":{
wisdom:[3,2,"max"],
charisma:[3,2,"max"],
intelligence:[0,1, "min"],
intelligence:[1,1],
strength:[-2, 2,"min"],
display_name:"Student of war",
flavour_text:"The sons of Guilliman are equally elite warriors and learned statesman",
},
"secretive_knights":{
constitution:[3,2,"max"],
dexterity:[3,2,"max"],
weapon_skill:[0,1,"min"],
weapon_skill:[1,1],
charisma:[-2, 2,"min"],
display_name:"Secretive Knight",
flavour_text:"This Warrior speaks precious few words to those outside his chapter but his mastery of arms is apparent",
},
"warriors_of_the_Wind":{
dexterity:[3,2,"max"],
weapon_skill:[3,2,"max"],
wisdom:[0,1,"min"],
wisdom:[1,1],
strength:[-2, 2,"min"],
display_name:"Warrior of the Wind",
flavour_text:"Like the Khagan this marine is a tempest in combat flowing through enemies with finesse not common for astartes",
},
"wolf_prince":{
strength:[3,2,"max"],
dexterity:[3,2,"max"],
wisdom:[0, 1,"min"],
wisdom:[1,1],
technology:[-2, 2,"min"],
display_name:"Wolf Prince",
flavour_text:"The Canis Helix of this marine raises him to acts of savage ferocity matched only by other sons of the Wolf Lord",
},
"shadow_masters":{
dexterity:[3,2,"max"],
ballistic_skill:[3,2,"max"],
wisdom:[0,1],
wisdom:[1,1],
constitution:[-2, 2,"min"],
display_name:"Shadow Born",
flavour_text:"The progeny of the Raven lord are exceptionally nimble stealth operatives this Marine is one such example ",
},
"keepers_of_the_flame":{
strength:[3,2,"max"],
constitution:[3,2,"max"],
technology:[0, 1,"min"],
technology:[1,1],
dexterity:[-2, 2,"min"],
display_name:"Keeper of the Flame",
flavour_text:"The sons Vulkan are blessed with strong and durable bodies they use to safeguard humanity's flame",
},
"will_of_iron":{
wisdom:[3,2,"max"],
constitution:[3,2,"max"],
strength:[0, 1,"min"],
strength:[1,1],
charisma:[-2, 2,"min"],
display_name:"Will of Iron",
flavour_text:"Honed and tempered in the flames of war this marine has chained the emotions that killed his genesire",
},
"host_of_angels":{
charisma:[3,2,"max"],
intelligence:[3,2,"max"],
weapon_skill:[0, 1,"min"],
weapon_skill:[1,1],
constitution:[-2, 2,"min"],
display_name:"Angelic Host",
flavour_text:"Comparable to the angels of legend this marine wields a paintbrush with the same grace he does a blade",
},
"obstinate_defenders":{
constitution:[3,2,"max"],
intelligence:[3,2,"max"],
ballistic_skill:[0, 1,"min"],
ballistic_skill:[1,1],
dexterity:[-2, 2,"min"],
display_name:"Obstinate Defender",
flavour_text:"Even in the face of unsurmountable odds this marine will hold defiantly as befitting a son of Dorn",
Expand Down

0 comments on commit 120fc43

Please sign in to comment.