Basic Information
- Can use 1 floor
- Can deploy 4 units per floor
-
Act Ⅰ uses Formation 41
Invitation Recipe
Any 3 dropbooks with total value of at least 12.0 but less than 18.0
|
|
|
Id | 100014 |
Name (EN) | Jeong’s Office |
Name (KR) | 정사무소 해결사 |
Name (JP) | 定事務所 |
LOR: /StageInfo_normal.xml, lines 253 ~ 270:
...
<Stage id="100014">
<Wave>
<Formation>41</Formation>
<AvailableUnit>4</AvailableUnit>
<Unit>34001</Unit>
<Unit>34002</Unit>
<Unit>34002</Unit>
<Unit>34002</Unit>
</Wave>
<FloorNum>1</FloorNum>
<Invitation Combine="BookValue">
<Value>4</Value>
<Num>3</Num>
</Invitation>
<Chapter>4</Chapter>
<invitationtype>true</invitationtype>
</Stage>
...
LOR: /EnemyUnitInfo_ch4.xml, lines 656 ~ 669:
...
<Enemy ID="34001">
<!--하나후다-->
<NameID>1009</NameID>
<MinHeight>175</MinHeight>
<MaxHeight>185</MaxHeight>
<BookId>134001</BookId>
<DropTable Level="0">
<DropItem Prob="2">230029</DropItem>
</DropTable>
<DropTable Level="3">
<DropItem Prob="2.4">230029</DropItem>
</DropTable>
</Enemy>
...
LOR: /card/Deck_enemy_ch4.xml, lines 432 ~ 442:
...
<Deck ID="134001">
<Card>411101</Card>
<Card>411101</Card>
<Card>411102</Card>
<Card>411102</Card>
<Card>411103</Card>
<Card>411103</Card>
<Card>411104</Card>
<Card>411104</Card>
<Card>411105</Card>
</Deck>
...
LOR: /EnemyUnitInfo_ch4.xml, lines 671 ~ 680:
...
<Enemy ID="34002">
<!--J사 잡몹-->
<NameID>1012</NameID>
<MinHeight>175</MinHeight>
<MaxHeight>185</MaxHeight>
<BookId>134002</BookId>
<DropTable Level="0">
<DropItem Prob="2">230030</DropItem>
</DropTable>
</Enemy>
...
LOR: /card/Deck_enemy_ch4.xml, lines 444 ~ 454:
...
<Deck ID="134002">
<Card>411101</Card>
<Card>411101</Card>
<Card>411101</Card>
<Card>411102</Card>
<Card>411102</Card>
<Card>411103</Card>
<Card>411103</Card>
<Card>411104</Card>
<Card>411104</Card>
</Deck>
...
|