Method: Wayfinder::Character#source_data
- Defined in:
- lib/wayfinder.rb
#source_data ⇒ Object
:source_data must be a hash with the following keys, each containing the data of its corresponding yaml file.
* main - contains hp, base attack bonus, saving throws, xp, name,
basic stats, str, dex, con, wis, int and cha.
* modifiers - contains descriptions of items, feats, magical effects, or
any other thing that modifies character attributes.
* skills - skills contain data on the ranks and associated stats for
each given skill.
20 21 22 |
# File 'lib/wayfinder.rb', line 20 def source_data @source_data end |