Card: Proselyte’s Blade

505007
Cost 1 Name Proselyte’s Blade Range
TheIndex7 Combat Start All dice the user plays lose 3 Power for this Scene
Blunt 7 - 11
Pierce 7 - 10
1 Proselyte’s Blade TheIndex7 Blunt Pierce Combat Start All dice the user plays lose 3 Power for this Scene
Blunt 7 - 11
Pierce 7 - 10
Rarity Hardcover (Uncommon)
Chapter Urban Nightmare
Availability Collectable
Keywords
  • Combat Start: Activates when the combat phase of a Scene begins and before characters approach targets.
Can be dropped from
240014 Book of an Index Proselyte
Id505007
Name (EN)Proselyte’s Blade
Name (KR)수행자의 검
Name (JP)遂行者の剣
Artwork TheIndex7
Keywords[bstart_Keyword]
Options[]
Script powerDown3thisRound
Priority0
Priority ScripthitPower
Max In Inventory150
Max In Deck3
Dice
NTypeMinMaxScriptAction ScriptMotionEffect Res.
0 Blunt 7 11 None None H IndexUnit_H
1 Pierce 7 10 None None Z IndexUnit_Z
LOR: /card/CardInfo_ch5.xml, lines 563 ~ 577:

...
<Card ID="505007">
<Name>수행자의 검</Name>
<Artwork>TheIndex7</Artwork>
<Rarity>Uncommon</Rarity>
<Spec Range="Near" Cost="1"/>
<Script>powerDown3thisRound</Script>
<ScriptDesc>[전투 시작] 이번 막 동안 모든 주사위의 위력 -3</ScriptDesc>
<BehaviourList>
<Behaviour Min="7" Dice="11" Type="Atk" Detail="Hit" Motion="H" EffectRes="IndexUnit_H" Script="" Desc="" />
<Behaviour Min="7" Dice="10" Type="Atk" Detail="Penetrate" Motion="Z" EffectRes="IndexUnit_Z" Script="" Desc="" />
</BehaviourList>
<Chapter>5</Chapter>
<Priority>0</Priority>
<PriorityScript>hitPower</PriorityScript>
</Card>
...