Weapon: Heaven

200044
Equipment Type
Weapon
Name
Heaven
Grade
WAW
Preview
weapon/spear/Spear_Set_01_4
Abnormality
Damage
Red: 8 – 16
Attack Speed
Fast · 1.5
Range
Medium · 4
Weapon Type
SPEAR
Description

Just contain it in your sight.

As it spreads its wings for an old god, a heaven just for you burrows its way.

Requirements
Level:
Observation Level 4 Unlock Cost 40 Acquisition Probability N/A Maximum quantity 3 + 1
Id200044
Name KeyBloodyTree_weapon_name
Name (EN)Heaven
Name (KR)천국
Name (JP)天国
Name (RU)Рай
SpriteSpear_Set_01_4
Special AnimNone
Splash TypeNone
Splash RangeNone
Splash IFFNone
LC: /equipment/Equipment.xml, lines 3541 ~ 3563:

...
<equipment id="200044" type="weapon">
<name>BloodyTree_weapon_name</name>
<no>BloodyTree_weapon_no</no>
<desc>BloodyTree_weapon_desc</desc>
<weaponClassType>spear</weaponClassType>
<sprite>Spear_Set_01_4</sprite>
<require type="level">3</require>
<animation>Attack1</animation>
<damage type="R" min="8" max="16">
<soundInfo type="damage">Weapons/spear1</soundInfo>
</damage>
<range>4</range>
<script>BloodyTreeWeapon</script>
<maxNum>3</maxNum>
<attackSpeed>1.5</attackSpeed>
<grade>4</grade>
</equipment>
...