Owlverlord
            
               
               
            
            Attack: 3
Gems: +N
Recruits: +N
N = #Demonic in hand (max 4)
           
          
          
          
          
          
            Cost (B / G / R)
            0 / 2 / 2
           
          
          
          
          
          
          
          
          BB code
          
            
          
          Effect
          Attack: 3
Gems: +N
Recruits: +N
N = #Demonic in hand (max 4)
          Code
          
            
    $t->hisData()->attack(3);
    $tmp = min(4, $t->keywordCount($t->myData()->Hand, 'Demonic'));
    $t->myData()->addGems($tmp)->addRecruits($tmp);