Stage: Grade 7 Fixers

100005
Icon Name Grade 7 Fixers Chapter Urban Legend

Basic Information

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

  • Act uses Formation 3

Invitation Recipe

Any 2 dropbooks with total value of at least 5.0 but less than 8.0

Ordinary Grade 7 Fixer

50 23 2–5 Fatal Normal Normal Weak Normal Normal
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:

220020 Book of a Grade 7 Fixer
220018 A Backstreets Fixer, Vol. Ⅳ
210007 A Backstreets Fixer, Vol. Ⅱ

Unit has combat dialogue. [View]

Capable Grade 7 Fixer

48 23 3–5 Normal Normal Normal Normal Normal Normal
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:

220020 Book of a Grade 7 Fixer
220018 A Backstreets Fixer, Vol. Ⅳ

Unit has combat dialogue. [View]

Id100005
Name (EN)Grade 7 Fixers
Name (KR)7급 해결사
Name (JP)7級フィクサー
LOR: /StageInfo_normal.xml, lines 65 ~ 78:

...
<Stage id="100005">
<Wave>
<Formation>3</Formation>
<Unit>21009</Unit>
<Unit>21010</Unit>
<Unit>21009</Unit>
</Wave>
<FloorNum>2</FloorNum>
<Invitation Combine="BookValue">
<Value>2.5</Value>
<Num>2</Num>
</Invitation>
<Chapter>3</Chapter>
</Stage>
...
LOR: /EnemyUnitInfo_ch3.xml, lines 428 ~ 452:

...
<Enemy ID="21009">
<!-- 삼류해결사1~2 랜덤 -->
<NameID>56</NameID>
<MinHeight>150</MinHeight>
<MaxHeight>190</MaxHeight>
<BookId>121010</BookId>
<BookId>121011</BookId>
<DeckId>121010</DeckId>
<Exp>12</Exp>
<DropTable Level="0">
<DropItem Prob="1">210007</DropItem>
<DropItem Prob="1">220018</DropItem>
</DropTable>
<DropTable Level="1">
<DropItem Prob="1.5">220018</DropItem>
<DropItem Prob="1.5">220020</DropItem>
</DropTable>
<DropTable Level="2">
<DropItem Prob="1">220018</DropItem>
<DropItem Prob="2">220020</DropItem>
</DropTable>
</Enemy>
...

LOR: /card/Deck_enemy_ch3.xml, lines 223 ~ 232:

...
<Deck ID="121010">
<Card>303009</Card>
<Card>303009</Card>
<Card>303007</Card>
<Card>300003</Card>
<Card>300003</Card>
<Card>300004</Card>
<Card>303008</Card>
<Card>303008</Card>
</Deck>
...
LOR: /EnemyUnitInfo_ch3.xml, lines 454 ~ 476:

...
<Enemy ID="21010">
<!-- 삼류해결사 v2 -->
<NameID>57</NameID>
<MinHeight>150</MinHeight>
<MaxHeight>190</MaxHeight>
<BookId>121012</BookId>
<DeckId>121012</DeckId>
<Exp>24</Exp>
<DropTable Level="0">
<DropItem Prob="1">220018</DropItem>
<DropItem Prob="1">220020</DropItem>
</DropTable>
<DropTable Level="1">
<DropItem Prob="1">220018</DropItem>
<DropItem Prob="2">220020</DropItem>
</DropTable>
<DropTable Level="2">
<DropItem Prob="3">220020</DropItem>
</DropTable>
</Enemy>
...

LOR: /card/Deck_enemy_ch3.xml, lines 247 ~ 256:

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