Weapon: Crimson Scar

200032
Equipment Type
Weapon
Name
Crimson Scar
Grade
WAW
Preview
weapon/RedHood
Abnormality
Damage sets:
Red: 11 – 13
Red: 11 – 13
Red: 11 – 13
Attack Speed
Fast · 1.53
Range
Very Short · 2
Weapon Type
SPECIAL
Description

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

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


With steel in one hand and gunpowder in the other, there's nothing to fear in this place.

It's more important to deliver a decisive strike in blind hatred without hesitation than to hold on to insecure courage.

Let's hope this ever-so-lovely fairy tale will come to an end someday.

Requirements
Level: Fortitude: Justice:
Observation Level 4 Unlock Cost 70 Acquisition Probability N/A Maximum quantity 1 + 1
Id200032
Name KeyRedHood_weapon_name
Name (EN)Crimson Scar
Name (KR)붉은 흉터
Name (JP)紅の傷跡
Name (RU)Багровый шрам
SpriteRedHood
Special AnimRedHoodWeapon
Splash TypeNone
Splash RangeNone
Splash IFFNone
LC: /equipment/Equipment.xml, lines 3897 ~ 3931:

...
<equipment id="200032" type="weapon">
<name>RedHood_weapon_name</name>
<no>RedHood_weapon_no</no>
<desc>RedHood_weapon_desc</desc>
<specialDesc>RedHood_weapon_specialDesc</specialDesc>
<weaponClassType>special</weaponClassType>
<specialWeaponAnim>RedHoodWeapon</specialWeaponAnim>
<sprite>RedHood</sprite>
<animation>Attack1</animation>
<animation>Attack2</animation>
<require type="R">3</require>
<require type="P">3</require>
<require type="level">3</require>
<damage type="R" min="11" max="13">
<soundInfo type="damage">creature/RedHood/RedHood_Atk1</soundInfo>
</damage>
<damage type="R" min="11" max="13">
<soundInfo type="damage">creature/RedHood/RedHood_Atk2</soundInfo>
</damage>
<damage type="R" min="11" max="13">
</damage>
<range>2</range>
<script>RedHoodWeapon</script>
<maxNum>1</maxNum>
<attackSpeed>1.53</attackSpeed>
<grade>4</grade>
</equipment>
...