Basic Information
- Can use 1 floor
- Can deploy 5 units per floor
-
Act Ⅰ uses Formation 41
Invitation Recipe
Any 1 dropbook with value of at least 7.0
|
|
|
Id | 100017 |
Name (EN) | Mirae Life Insurance |
Name (KR) | 미래생명 |
Name (JP) | 未来生命 |
LOR: /StageInfo_normal.xml, lines 317 ~ 336:
...
<Stage id="100017">
<Wave>
<Formation>41</Formation>
<AvailableUnit>5</AvailableUnit>
<Unit>54001</Unit>
<Unit>54002</Unit>
<Unit>54002</Unit>
<Unit>54002</Unit>
<Unit>54002</Unit>
</Wave>
<FloorNum>1</FloorNum>
<Invitation Combine="BookValue">
<Value>7</Value>
<Num>1</Num>
</Invitation>
<Chapter>6</Chapter>
<invitationtype>true</invitationtype>
</Stage>
...
LOR: /EnemyUnitInfo_ch6.xml, lines 943 ~ 953:
...
<Enemy ID="54001">
<NameID>1014</NameID>
<MinHeight>171</MinHeight>
<MaxHeight>171</MaxHeight>
<BookId>154001</BookId>
<DropTable Level="0">
<DropItem Prob="2">254001</DropItem>
</DropTable>
</Enemy>
...
LOR: /card/Deck_enemy_ch6.xml, lines 629 ~ 641:
...
<Deck ID="154001">
<Card>614001</Card>
<Card>614001</Card>
<Card>614002</Card>
<Card>614002</Card>
<Card>614003</Card>
<Card>614003</Card>
<Card>614003</Card>
<Card>614004</Card>
<Card>614005</Card>
</Deck>
...
LOR: /EnemyUnitInfo_ch6.xml, lines 956 ~ 966:
...
<Enemy ID="54002">
<NameID>1015</NameID>
<MinHeight>170</MinHeight>
<MaxHeight>180</MaxHeight>
<BookId>154002</BookId>
<DropTable Level="0">
<DropItem Prob="2">254002</DropItem>
</DropTable>
</Enemy>
...
LOR: /card/Deck_enemy_ch6.xml, lines 644 ~ 656:
...
<Deck ID="154002">
<Card>614001</Card>
<Card>614001</Card>
<Card>614002</Card>
<Card>614002</Card>
<Card>614003</Card>
<Card>614003</Card>
<Card>614003</Card>
<Card>614004</Card>
<Card>614005</Card>
</Deck>
...
|