Wildermyth

Wildermyth

Expanded Humans: Skills
NameHunter 8 Jan, 2022 @ 3:05am
formatting new subclasses
I tried to make a new subclass, and I looked at the json and the properties files to try and make everything fit pattern wise, but I'm not able to get the class name and blurb to show up as an option, it has just been skipping to the skills in the class for the first skill. Any idea why? is there another file or attribute I need to edit to specify a skill as the starting class skill?
< >
Showing 1-6 of 6 comments
Smoker  [developer] 11 Mar, 2022 @ 3:51am 
Sorry for getting back to you that late. So the skill that gives the subclass per se don't have any restriction added in aspects. The other skills have a restriction that you must have the subclass to be allowed to pick up.
Smoker  [developer] 11 Mar, 2022 @ 3:52am 
{
"id": "warriorDeck_bloodrage",
"effects": [ "warriorBloodrageDamageBoost" ],
"boostType": "ABILITY_CLASS",
"legacyAbilityChoice": true,
"importance": -1,
"showInTooltip": true,
"info": {
"abilityDeckUsage": "warrior",
"abilityDeckIcon": "bloodrage",
"abilityDeckCardBGOverride": "assets/ui/scaleUI/unpacked/promotionCard_warrior.png",
"abilityDeckCardBGHoverOverride": "assets/ui/scaleUI/unpacked/promotionCard_warrior_over.png",
"abilityDeckCardIconColorOverride": "dabb89"
}
},
Smoker  [developer] 11 Mar, 2022 @ 3:52am 
This is the skill i used for the Bloodguard class, there is no restrictions in it.
Smoker  [developer] 11 Mar, 2022 @ 3:53am 
{
"id": "warriorDeck_bloodPact",
"effects": [ "SEHC_effect_bloodguard_bloodPact" ],
"boostType": "ABILITY_CLASS",
"legacyAbilityChoice": true,
"importance": -1,
"abilityRequiresOneAspectOf": [ "warriorDeck_bloodrage" ],
"showInTooltip": true,
"info": {
"abilityDeckUsage": "warrior",
"abilityDeckIcon": "trainRecruit",
"abilityDeckCardBGOverride": "assets/ui/scaleUI/unpacked/promotionCard_warrior.png",
"abilityDeckCardBGHoverOverride": "assets/ui/scaleUI/unpacked/promotionCard_warrior_over.png",
"abilityDeckCardIconColorOverride": "dabb89"
}
},
Last edited by Smoker; 11 Mar, 2022 @ 3:54am
Smoker  [developer] 11 Mar, 2022 @ 3:55am 
I dont know why it doesnt appear here but the restriction line is this:
"abilityRequiresOneAspectOf": "warriorDeck_bloodrage",
with the brackets
Last edited by Smoker; 11 Mar, 2022 @ 3:55am
Smoker  [developer] 11 Mar, 2022 @ 3:56am 
This is a subclass skill, it will only be availiable if the character has the class.
< >
Showing 1-6 of 6 comments
Per page: 1530 50