You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think you have a mistake in your YAML, I came across this issue when wrestling with this feature myself, albeit with a DND5e stat block.
These lines:
extends: creaturacreatura: Umano Comune
Should be
extends: Umano Comune
My working example (Obsidian 1.7.4 / Fantasy Stat Blocks 4.7.8) is this:
extends: Deep Gnome (Svirfneblin)name: Abbot Kavodaac: 12traits-:
- name: Innate Spellcastingtraits+:
- name: Innate Spellcasting.desc: | The gnome’s innate spellcasting ability is Intelligence (spell save DC 11). It can innately cast the following spells, requiring no material components: At will: nondetection (self only) 1/day each: blindness/deafness, blur, disguise self 3/day each: meld into stone
Check for existing bug reports before submitting.
Expected Behavior
It should be possible to remove Traits, e.g., if we have:
And:
The latter should have, in "abilita_razza": "[[Lingua delle Lande]]", "[[Capacita di Guarigione|Capacità di Guarigione]]" and TEST2
Current behaviour
After 12df383, Traits have improved a lot! In fact, now overriding and adding Traits works fine (for me). What still doesn't work is removing them :-)
In fact, sticking to the example above, "abilita_razza" still has the "TEST"
Reproduction
Just create a statblock that inherits some Traits (say, "A") from another one (e.g., using
monster:
) and then try to remove any withA-:
.Which Operating Systems are you using?
Obsidian Version Check
1.6.7
Plugin Version
4.7.8
Confirmation
Possible solution
No response
The text was updated successfully, but these errors were encountered: