RowanMaBoot / SevenKingdoms-master

Repository for the Total Conversion mod "The Seven Kingdoms"
17 stars 9 forks source link

[Suggestion] Require character to be strong or tall to wield the hammer of justice #38

Closed Cyrano7 closed 6 years ago

Cyrano7 commented 6 years ago

Makes it so you have to be an adult AND strong OR tall to wield the hammer of justice. Alternatively you could just have to be strong.

tannerflick4 commented 6 years ago

@Vierwood what do you think on this? I dont know enough about lore, but if I assume it was like Robert Baratheon's hammer, it was extremely heavy and unwieldy unless one had lots of strength. i would vote for making it strong or brawny, i.e, you could be tall but not strong.

Cyrano7 commented 6 years ago

@tannerflick4 I don't think there is a brawny trait for the mod ATM. The description for that item say "...The colossal war hammer dwarfs all other weapons on the battlefield. Only a handful of men are strong enough to wield the hammer in battle...."

tannerflick4 commented 6 years ago

Their is one with vanilla.

Vierwood commented 6 years ago

I believe the brawny trait requires one of the DLC, it's either Conclave or Reapers.

tannerflick4 commented 6 years ago

Ok. Lets just go with strong then.

blackninja9939 commented 6 years ago

You should pretty much never check directly for a congenital trait if the non inheritable version of it also exists. Instead use the appropriate scripted trigger which in this case is the is_strong_trigger = yes as it catches both the inheritable and non inheritable version (strong and brawny) Brawny is also not DLC locked, we give it out in various events outside of just Conclave education.

Cyrano7 commented 6 years ago

@blackninja9939 Okay i'll look into that when I get a chance. Thanks.

tannerflick4 commented 6 years ago

@Cyrano7 I added that trigger to the artifact yesterday.