19,127
edits
m (added clarity on Mutant Muro's visual effects) |
(added pictures for the 3 shield types that were in need of them) |
||
Line 2: | Line 2: | ||
==Force shield== | ==Force shield== | ||
[[Image:Force shield.png|right|x150px]] | |||
Blue color. This is a powerup you can pick up or give to someone via BSL function <code>chr_givepowerup</code>. Some enemies spawn with one. The wearer takes no damage from weapons until the force shield has been totally exhausted by absorbing damage. | Blue color. This is a powerup you can pick up or give to someone via BSL function <code>chr_givepowerup</code>. Some enemies spawn with one. The wearer takes no damage from weapons until the force shield has been totally exhausted by absorbing damage. | ||
==Boss shield== | ==Boss shield== | ||
[[Image:Boss shield.png|left|x150px]] | |||
Red color which only appears when body parts are struck with a weapon (can be hard to see). Applied with BSL function <code>chr_boss_shield</code>. Reduces damage from weapons but not melee. The damage reduction factor is set in ONCC's <BossShieldProtectAmount> field. The only characters in vanilla Oni who are given a boss shield are Barabas (2nd fight at TCTF HQ), Mukade, Muro (2nd fight at Mountain Compound) and Mutant Muro. For Barabas and Mukade the damage reduction factor is 50%, for Muro it's 75%, and for Mutant Muro it's 85%. For all other characters in the game, it's 50%. | Red color which only appears when body parts are struck with a weapon (can be hard to see). Applied with BSL function <code>chr_boss_shield</code>. Reduces damage from weapons but not melee. The damage reduction factor is set in ONCC's <BossShieldProtectAmount> field. The only characters in vanilla Oni who are given a boss shield are Barabas (2nd fight at TCTF HQ), Mukade, Muro (2nd fight at Mountain Compound) and Mutant Muro. For Barabas and Mukade the damage reduction factor is 50%, for Muro it's 75%, and for Mutant Muro it's 85%. For all other characters in the game, it's 50%. | ||
Line 17: | Line 19: | ||
==Chenille== | ==Chenille== | ||
[[Image:Daodan Punch.png|left|x150px]] | |||
Activated with the "chenille" cheat code. You will see the Daodan aura if a character has one (true for Konoko, who glows blue, Muro who glows red, and Mutant Muro who has orbs and rising waves around him). Oddly, the cheat says "Daodan Power Enabled" when used, but this is <u>not</u> Daodan overpower mode, which does extra melee damage. What this cheat <u>will</u> do for you is grant you a boss shield. It will also permanently activate the supershield if the character has the <HasSupershield> flag. | Activated with the "chenille" cheat code. You will see the Daodan aura if a character has one (true for Konoko, who glows blue, Muro who glows red, and Mutant Muro who has orbs and rising waves around him). Oddly, the cheat says "Daodan Power Enabled" when used, but this is <u>not</u> Daodan overpower mode, which does extra melee damage. What this cheat <u>will</u> do for you is grant you a boss shield. It will also permanently activate the supershield if the character has the <HasSupershield> flag. | ||