Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

Commit

Permalink
Enginseer cost in War Convo
Browse files Browse the repository at this point in the history
- set to zero correctly
closes BSData/wh40k-9e#3315
  • Loading branch information
Thairne committed Jan 24, 2017
1 parent de11dae commit cc3a2e8
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions Cult Mechanicus Codex 2015.cat
Original file line number Diff line number Diff line change
Expand Up @@ -3651,7 +3651,16 @@ The Warlord Titan's carapace-mounted weapons may not target models closer t
<modifiers>
<modifier type="set" field="points" value="10">
<repeats/>
<conditions/>
<conditions>
<condition field="selections" scope="force" value="0.0" percentValue="false" shared="true" includeChildSelections="false" includeChildForces="false" childId="2d00-59e5-8d39-b7dc" type="notInstanceOf"/>
</conditions>
<conditionGroups/>
</modifier>
<modifier type="set" field="points" value="0.0">
<repeats/>
<conditions>
<condition field="selections" scope="force" value="0.0" percentValue="false" shared="true" includeChildSelections="false" includeChildForces="false" childId="2d00-59e5-8d39-b7dc" type="instanceOf"/>
</conditions>
<conditionGroups/>
</modifier>
</modifiers>
Expand Down Expand Up @@ -3930,7 +3939,15 @@ A mindlocked unit may not voluntarily move, shoot or charge. A mindlocked unit m
<modifiers/>
</infoLink>
</infoLinks>
<modifiers/>
<modifiers>
<modifier type="set" field="points" value="0.0">
<repeats/>
<conditions>
<condition field="selections" scope="force" value="0.0" percentValue="false" shared="true" includeChildSelections="false" includeChildForces="false" childId="2d00-59e5-8d39-b7dc" type="instanceOf"/>
</conditions>
<conditionGroups/>
</modifier>
</modifiers>
<constraints>
<constraint field="selections" scope="parent" value="1.0" percentValue="false" shared="false" includeChildSelections="false" includeChildForces="false" id="b2a4-6e70-b7ad-95fc" type="max"/>
</constraints>
Expand Down

0 comments on commit cc3a2e8

Please sign in to comment.