Weapon: Laetitia

200041
Equipment Type
Weapon
Name
Laetitia
Grade
HE
Preview
weapon/rifle/Rifle_Set_01_1
Abnormality
HE · Laetitia
Damage
Black: 5 – 6
Attack Speed
Very Fast · 1
Range
Very Long · 25
Weapon Type
RIFLE
Description

It takes a lot of time to extract, but its power cannot be ignored.

The crude design appears to have been made a long time ago.

The small accessory remains like the wishes of a child who yearned for happiness.

Requirements
Temperance:
Observation Level 4 Unlock Cost 40 Acquisition Probability N/A Maximum quantity 2 + 1
Id200041
Name KeyLittleWitch_weapon_name
Name (EN)Laetitia
Name (KR)Laetitia
Name (JP)レティシア
Name (RU)Летиция
SpriteRifle_Set_01_1
Special AnimNone
Splash TypeNone
Splash RangeNone
Splash IFFNone
LC: /equipment/Equipment.xml, lines 3223 ~ 3267:

...
<equipment id="200041" type="weapon">
<name>LittleWitch_weapon_name</name>
<no>LittleWitch_weapon_no</no>
<desc>LittleWitch_weapon_desc</desc>
<weaponClassType>rifle</weaponClassType>
<sprite>Rifle_Set_01_1</sprite>
<animation>Attack1</animation>
<require type="B">2</require>
<damage type="B" min="5" max="6">
<soundInfo type="damage">Weapons/rifle</soundInfo>
<effectInfo type="damage">
<src>GunFireRight</src>
<pos>
<x>1.544</x>
<y>1.088</y>
</pos>
<rot>0</rot>
<lifetime>0.3</lifetime>
<unscaled>false</unscaled>
</effectInfo>
<!--
<effectInfo type="damage">
<src>MatchgirlVictim</src>
<pos>
<x>0</x>
<y>1.088</y>
</pos>
<rot>0</rot>
<lifetime>3</lifetime>
<unscaled>false</unscaled>
<attach>victim</attach>
</effectInfo>-->
</damage>
<range>25</range>
<script>LittleWitchWeapon</script>
<maxNum>2</maxNum>
<attackSpeed>1</attackSpeed>
<grade>3</grade>
</equipment>
...