Icon
|
Name
Workshop-affiliated Fixers
|
Chapter
Urban Plague
|
Basic Information
- Can use 1 floor
- Can deploy 3 units per floor
-
Act Ⅰ uses Formation 3
Invitation Recipe
Any 2 dropbooks with total value of at least 8.0 but less than 10.0
|
|
|
Id | 100010 |
Name (EN) | Workshop-affiliated Fixers |
Name (KR) | 공방 소속 해결사 |
Name (JP) | 工房所属フィクサー |
LOR: /StageInfo_normal.xml, lines 165 ~ 181:
...
<Stage id="100010">
<Wave>
<Formation>3</Formation>
<Unit>31004</Unit>
<Unit>31004</Unit>
<Unit>31004</Unit>
</Wave>
<FloorNum>1</FloorNum>
<Invitation Combine="BookValue">
<Value>4</Value>
<Num>2</Num>
</Invitation>
<Chapter>4</Chapter>
<invitationtype>true</invitationtype>
</Stage>
...
LOR: /EnemyUnitInfo_ch4.xml, lines 645 ~ 654:
...
<Enemy ID="31004">
<!--공방 소속 해결사-->
<NameID>1003</NameID>
<MinHeight>175</MinHeight>
<MaxHeight>185</MaxHeight>
<BookId>133001</BookId>
<DropTable Level="0">
<DropItem Prob="2">230028</DropItem>
</DropTable>
</Enemy>
...
LOR: /card/Deck_enemy_ch4.xml, lines 416 ~ 428:
...
<Deck ID="133001">
<Card>410001</Card>
<Card>410001</Card>
<Card>408005</Card>
<Card>408005</Card>
<Card>410002</Card>
<Card>410002</Card>
<Card>410003</Card>
<Card>410003</Card>
<Card>410004</Card>
</Deck>
...
|