Stage: Grade 8 Fixers

100004
Icon Name Grade 8 Fixers Chapter Urban Legend

Basic Information

  • Can use 2 floors
  • Can deploy 3 units per floor

  • Act uses Formation 3

Invitation Recipe

Any 1 dropbook with value of at least 3.0 but less than 4.0

Ordinary Grade 8 Fixer

37 25 2–5 Normal Normal Weak Normal Normal Fatal
2 Crush Stray3 Blunt Blunt
Blunt 3 - 6 On Hit Inflict 2 Bleed next Scene
Blunt 3 - 5
2 Crush Stray3 Blunt Blunt
Blunt 3 - 6 On Hit Inflict 2 Bleed next Scene
Blunt 3 - 5

Drops:

220019 Book of a Grade 8 Fixer
220017 A Backstreets Fixer, Vol. Ⅲ
210007 A Backstreets Fixer, Vol. Ⅱ

Unit has combat dialogue. [View]

Capable Grade 8 Fixer

37 25 2–5 Endured Normal Weak Endured Normal Weak
2 Crush Stray3 Blunt Blunt
Blunt 3 - 6 On Hit Inflict 2 Bleed next Scene
Blunt 3 - 5
2 Crush Stray3 Blunt Blunt
Blunt 3 - 6 On Hit Inflict 2 Bleed next Scene
Blunt 3 - 5

Drops:

220019 Book of a Grade 8 Fixer
220017 A Backstreets Fixer, Vol. Ⅲ

Unit has combat dialogue. [View]

Id100004
Name (EN)Grade 8 Fixers
Name (KR)8급 해결사
Name (JP)8級フィクサー
LOR: /StageInfo_normal.xml, lines 50 ~ 63:

...
<Stage id="100004">
<Wave>
<Formation>3</Formation>
<Unit>21007</Unit>
<Unit>21008</Unit>
<Unit>21007</Unit>
</Wave>
<FloorNum>2</FloorNum>
<Invitation Combine="BookValue">
<Value>3</Value>
<Num>1</Num>
</Invitation>
<Chapter>3</Chapter>
</Stage>
...
LOR: /EnemyUnitInfo_ch3.xml, lines 379 ~ 402:

...
<Enemy ID="21007">
<!-- 신입해결사 1~2 랜덤-->
<NameID>54</NameID>
<MinHeight>150</MinHeight>
<MaxHeight>190</MaxHeight>
<BookId>121007</BookId>
<DeckId>121007</DeckId>
<Exp>14</Exp>
<DropTable Level="0">
<DropItem Prob="1">210007</DropItem>
<DropItem Prob="1">220017</DropItem>
</DropTable>
<DropTable Level="1">
<DropItem Prob="1.5">220017</DropItem>
<DropItem Prob="1.5">220019</DropItem>
</DropTable>
<DropTable Level="2">
<DropItem Prob="1">220017</DropItem>
<DropItem Prob="2">220019</DropItem>
</DropTable>
</Enemy>
...

LOR: /card/Deck_enemy_ch3.xml, lines 187 ~ 196:

...
<Deck ID="121007">
<Card>303009</Card>
<Card>303009</Card>
<Card>303007</Card>
<Card>303007</Card>
<Card>300003</Card>
<Card>300004</Card>
<Card>303008</Card>
<Card>303008</Card>
</Deck>
...
LOR: /EnemyUnitInfo_ch3.xml, lines 404 ~ 426:

...
<Enemy ID="21008">
<!-- 신입해결사 v2-->
<NameID>55</NameID>
<MinHeight>150</MinHeight>
<MaxHeight>190</MaxHeight>
<BookId>121009</BookId>
<DeckId>121009</DeckId>
<Exp>24</Exp>
<DropTable Level="0">
<DropItem Prob="1">220017</DropItem>
<DropItem Prob="1">220019</DropItem>
</DropTable>
<DropTable Level="1">
<DropItem Prob="1">220017</DropItem>
<DropItem Prob="2">220019</DropItem>
</DropTable>
<DropTable Level="2">
<DropItem Prob="3">220019</DropItem>
</DropTable>
</Enemy>
...

LOR: /card/Deck_enemy_ch3.xml, lines 211 ~ 220:

...
<Deck ID="121009">
<Card>303009</Card>
<Card>303009</Card>
<Card>303007</Card>
<Card>303007</Card>
<Card>300003</Card>
<Card>300004</Card>
<Card>303008</Card>
<Card>303008</Card>
</Deck>
...