Weapon: Magic Bullet

200103
Equipment Type
Weapon
Name
Magic Bullet
Grade
WAW
Preview
weapon/Freischutz
Abnormality
Damage
Black: 20 – 22
Attack Speed
Normal · 2.3
Range
Very Long · 50
Weapon Type
SPECIAL
Description

Though the original's power couldn't be fully extracted, the magic this holds is still potent.

The weapon's bullets travel across the corridor, along the horizon.

Requirements
Temperance:
Observation Level 4 Unlock Cost 50 Acquisition Probability N/A Maximum quantity 1 + 1
Id200103
Name KeyFreischutz_weapon_name
Name (EN)Magic Bullet
Name (KR)마탄
Name (JP)魔法の弾丸
Name (RU)Магическая пуля
SpriteFreischutz
Special AnimFreischutzWeapon
Splash TypePENETRATION
Splash RangeNone
Splash IFFFalse
LC: /equipment/Equipment.xml, lines 3408 ~ 3432:

...
<equipment id="200103" type="weapon">
<name>Freischutz_weapon_name</name>
<no>Freischutz_weapon_no</no>
<desc>Freischutz_weapon_desc</desc>
<weaponClassType>special</weaponClassType>
<specialWeaponAnim>FreischutzWeapon</specialWeaponAnim>
<sprite>Freischutz</sprite>
<require type="B">3</require>
<animation>Attack1</animation>
<damage type="B" min="20" max="22">
<soundInfo type="damage">creature/Freischutz/Freischutz_Shot</soundInfo>
</damage>
<range>50</range>
<splash type="penetration" iff ="false"/>
<script>FreischutzWeapon</script>
<maxNum>1</maxNum>
<attackSpeed>2.3</attackSpeed>
<grade>4</grade>
</equipment>
...