Weapon: Cobalt Scar

200033
Equipment Type
Weapon
Name
Cobalt Scar
Grade
WAW
Preview
weapon/BigBadWolf
Abnormality
Damage sets:
Red: 12 – 17
Red: 12 – 22
Attack Speed
Fast · 1.83
Range
Short · 3
Weapon Type
SPECIAL
Description

Can cause additional RED damage for a certain amount of time

Weapon damage +50% when the employee's HP is less than 50%

However, if the employee attacks in that state, it may cause collateral damage to employees in range


The weapon resembles the claws of a vicious wolf.

Once upon a time, these claws would cut open the bellies of numerous creatures and tear apart their guts.

It flays the target's flesh and makes them bleed nonstop.

Requirements
Level: Fortitude: Temperance:
Observation Level 4 Unlock Cost 70 Acquisition Probability N/A Maximum quantity 1 + 1
Id200033
Name KeyBigBadWolf_weapon_name
Name (EN)Cobalt Scar
Name (KR)푸른 흉터
Name (JP)蒼の傷跡
Name (RU)Лазурный шрам
SpriteBigBadWolf
Special AnimBigBadWolfWeapon
Splash TypeNone
Splash RangeNone
Splash IFFNone
LC: /equipment/Equipment.xml, lines 3933 ~ 3963:

...
<equipment id="200033" type="weapon">
<name>BigBadWolf_weapon_name</name>
<no>BigBadWolf_weapon_no</no>
<desc>BigBadWolf_weapon_desc</desc>
<specialDesc>BigBadWolf_weapon_specialDesc</specialDesc>
<weaponClassType>special</weaponClassType>
<specialWeaponAnim>BigBadWolfWeapon</specialWeaponAnim>
<sprite>BigBadWolf</sprite>
<animation>Attack1</animation>
<animation>Attack2</animation>
<require type="R">3</require>
<require type="B">3</require>
<require type="level">3</require>
<damage type="R" min="12" max="17">
<soundInfo type="damage">creature/BigBadWolf/Wolf_Scratch</soundInfo>
</damage>
<damage type="R" min="12" max="22">
<soundInfo type="damage">creature/BigBadWolf/Wolf_Scratch</soundInfo>
</damage>
<range>3</range>
<script>BigBadWolfWeapon</script>
<maxNum>1</maxNum>
<attackSpeed>1.83</attackSpeed>
<grade>4</grade>
</equipment>
...