Card: To Where the Prescript Points

505001
Cost 2 Name To Where the Prescript Points Range
TheIndex1 On Use If Singleton, all dice on this page gain +1 Power
Pierce 4 - 7 On Hit Inflict 1 Fragile next Scene
Pierce 3 - 7
2 To Where the Prescript Points TheIndex1 Pierce Pierce On Use If Singleton, all dice on this page gain +1 Power
Pierce 4 - 7 On Hit Inflict 1 Fragile next Scene
Pierce 3 - 7
Rarity Hardcover (Uncommon)
Chapter Urban Nightmare
Availability Collectable
Keywords
  • Singleton: A character is 'Singleton' if their Combat Bookshelf does not have any duplicate pages.
  • Fragile X: Take X additional damage from attacks for the Scene.
Can be dropped from
240014 Book of an Index Proselyte
Id505001
Name (EN)To Where the Prescript Points
Name (KR)지령이 향하는 곳
Name (JP)指令の向かう処
Artwork TheIndex1
Keywords[OnlyOne_Keyword, Vulnerable_Keyword]
Options[]
Script powerUp1highlander
Priority0
Priority ScriptpenetratePower
Max In Inventory150
Max In Deck3
Dice
NTypeMinMaxScriptAction ScriptMotionEffect Res.
0 Pierce 4 7 vulnerable1atk None H IndexUnit_H
1 Pierce 3 7 None None Z IndexUnit_Z
LOR: /card/CardInfo_ch5.xml, lines 469 ~ 484:

...
<Card ID="505001">
<Name>지령이 향하는 곳</Name>
<Artwork>TheIndex1</Artwork>
<Rarity>Uncommon</Rarity>
<Spec Range="Near" Cost="2"/>
<Script>powerUp1highlander</Script>
<ScriptDesc>[사용시] 중복된 책장을 보유하고 있지 않다면, 이 책장의 모든 주사위 위력 +1</ScriptDesc>
<BehaviourList>
<!--<Behaviour Min="4" Dice="7" Type="Atk" Detail="Penetrate" Motion="H" EffectRes="IndexUnit_H" Script="destroyNextHighlander" Desc="중복된 책장을 보유하고 있지 않다면, 대상의 다음 주사위 파괴" />-->
<Behaviour Min="4" Dice="7" Type="Atk" Detail="Penetrate" Motion="H" EffectRes="IndexUnit_H" Script="vulnerable1atk" Desc="[적중] 취약 1 부여" />
<Behaviour Min="3" Dice="7" Type="Atk" Detail="Penetrate" Motion="Z" EffectRes="IndexUnit_Z" Script="" Desc="" />
</BehaviourList>
<Chapter>5</Chapter>
<Priority>0</Priority>
<PriorityScript>penetratePower</PriorityScript>
</Card>
...