Wildermyth

Wildermyth

Expanded Humans: Skills
NameHunter 8. jan. 2022 kl. 3:05
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?
< >
Viser 1-6 af 6 kommentarer
Smoker  [udvikler] 11. mar. 2022 kl. 3:51 
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  [udvikler] 11. mar. 2022 kl. 3:52 
{
"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  [udvikler] 11. mar. 2022 kl. 3:52 
This is the skill i used for the Bloodguard class, there is no restrictions in it.
Smoker  [udvikler] 11. mar. 2022 kl. 3:53 
{
"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"
}
},
Sidst redigeret af Smoker; 11. mar. 2022 kl. 3:54
Smoker  [udvikler] 11. mar. 2022 kl. 3:55 
I dont know why it doesnt appear here but the restriction line is this:
"abilityRequiresOneAspectOf": "warriorDeck_bloodrage",
with the brackets
Sidst redigeret af Smoker; 11. mar. 2022 kl. 3:55
Smoker  [udvikler] 11. mar. 2022 kl. 3:56 
This is a subclass skill, it will only be availiable if the character has the class.
< >
Viser 1-6 af 6 kommentarer
Per side: 1530 50