class RulesHashes::SkillHash
In this class, you define the skills that the characters may use The key is the essential definition. In these simple rules, the element is just the type of skill.
Public Class Methods
new()
click to toggle source
# File data/rpg-prompt/rules_default_hashes.rb, line 74 def initialize self[:sing] = [:artistic, :active] self[:stalk] = [:subterfuge, :stealth] self[:pick_locks] = [:subterfuge, :mechanics] end