Method: PathfinderDeckBuilder::SkillCard#static_content
- Defined in:
- lib/skill_card.rb
#static_content ⇒ Object
18 19 20 21 22 23 24 25 |
# File 'lib/skill_card.rb', line 18 def static_content { "count": 1, "color": "orange", "title": "Skill", "icon": "gears" } end |