Class: Card::Construct

Inherits:
Purchaseable show all
Defined in:
lib/ascension/card.rb

Instance Attribute Summary

Attributes inherited from Purchaseable

#rune_cost

Attributes inherited from Base

#name, #realm

Attributes included from HonorEarned

#honor_earned

Class Method Summary collapse

Methods inherited from Purchaseable

#mechana?

Methods inherited from Base

#apply_abilities, #apply_triggers, #basic_card?, #construct?, #hero?, #hydrated, #monster?, #to_s

Class Method Details

.shadow_starObject



111
112
113
# File 'lib/ascension/card.rb', line 111

def shadow_star
  new(:power => 1)
end