localpcguy/cbloader

Warlock's Curse Power Card issue

Opened this issue · 1 comments

What steps will reproduce the problem?
1. Warlock Playtest rule updates
2.
3.

What is the expected output? What do you see instead?
Each power cards should say, in the additional effects, "once per turn" not 
"once per round"

What version of the product are you using? On what operating system?


Please provide any additional information below.
With Warlock playtest rule update, Warlock's curse damage can be applied once 
per turn. Warlock's Curse power card reflects this, but additional effects at 
each power still says "once per round"
I'm still inept to fix this problem.

Original issue reported on code.google.com by cainschw...@gmail.com on 20 Nov 2012 at 6:11

<RulesElement name="Warlock's Curse" type="Class Feature" 
internal-id="ID_FMP_CLASS_FEATURE_605" source="Player's Handbook" 
revision-date="11/21/2012 03:58:10 AM" >
  <Category> 1 </Category>
  <specific name="Short Description"> Once per turn (minor), curse nearest foe you can see; deal extra damage to cursed foes </specific>
  <specific name="Level"> 1 </specific>
  <specific name="Powers"> ID_FMP_POWER_5597 </specific>
  <specific name="Type"> At-Will </specific>
  <specific name="Class"> ID_FMP_CLASS_7 </specific>
  <specific name="_CLASSNAME"> Warlock </specific>
  <specific name="_DisplayPowers"> ID_FMP_POWER_5597 </specific>
      <rules>
         <statadd name="Warlock's Curse Die" value="+1" condition="once per turn" />
         <statadd name="Warlock's Curse Die" value="+1" condition="once per turn" requires="Paragon Tier" />
         <statadd name="Warlock's Curse Die" value="+1" condition="once per turn" requires="Epic Tier" />
      </rules>
Once per turn you can use the Warlock's Curse power.
</RulesElement>



I tried to do this myself,
but the effect still says "once per round".
Plus, now it says '+0d6'

Original comment by cainschw...@gmail.com on 21 Nov 2012 at 12:01