fix: 🩹 prevent passing attributes meant for internal use to final output
This commit is contained in:
parent
a99508bc27
commit
eff92888ef
2 changed files with 12 additions and 12 deletions
|
@ -8,18 +8,18 @@ As a fire dragon, Sebin possesses a myriad of abilities that he can unleash upon
|
|||
|
||||
## Attacks
|
||||
|
||||
<ability :@src="`attack-fire-breath.png`" name="Fire Breath">
|
||||
<ability :@src="`attack-fire-breath.png`" @name="Fire Breath">
|
||||
The signature move of any fire dragon. Special glands in his mouth together with a deep, deliberate breath to enrich his lungs create a combustible cocktail. The resulting jet of fire upon exhaling is a torrent of several hundred degrees Celsius, scorching everything in its wake.
|
||||
</ability>
|
||||
|
||||
<ability :@src="`attack-flame-toss.png`" name="Flame Toss">
|
||||
<ability :@src="`attack-flame-toss.png`" @name="Flame Toss">
|
||||
When there isn't a direct line of sight between Sebin and his opponent, he can spit fire into his hands and shape it into a throwable projectile. His scales are naturally fireproof, allowing him to withstand the intense heat without flinching. Even if he misses his target, the resulting blast upon impact is enough to cause considerable damage alone—especially when he combines two projectiles to increase the explosion radius.
|
||||
</ability>
|
||||
|
||||
<ability :@src="`attack-kindled-fist.png`" name="Kindled Fist">
|
||||
<ability :@src="`attack-kindled-fist.png`" @name="Kindled Fist">
|
||||
Sebin's fists become instruments of destruction when he engulfs them in his flames. Targeted blows are capable of inflicting agonizing burns on his opponents. He can also release controlled blasts of fire from his fists, unleashing smoldering waves of heat to scorch and disorient his foes.
|
||||
</ability>
|
||||
|
||||
<ability :@src="`attack-burning-twister.png`" name="Burning Twister">
|
||||
<ability :@src="`attack-burning-twister.png`" @name="Burning Twister">
|
||||
This aerial attack is a masterpiece of Sebin's pyromancy skills. By engulfing himself in flames while spinning at breakneck speeds in mid-air, he creates a whirling vortex of fire that can singe even the most elusive opponents. Those who dare to face him in the skies will soon find themselves caught in the maelstrom of his most fearsome attack.
|
||||
</ability>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue