31 lines
614 B
YAML
31 lines
614 B
YAML
---
|
|
party:
|
|
- name: "Hrank Greenfield"
|
|
category: pc
|
|
class: cleric
|
|
level: 14
|
|
player: "Eric Rakestraw"
|
|
note: "Hrank is a Nature Cleric of Chauntea."
|
|
|
|
- name: "Alan Hohey"
|
|
category: pc
|
|
class: druid
|
|
level: 14
|
|
player: "Adam Rakestraw"
|
|
note: "Alan is a moon druid."
|
|
|
|
- name: "Svend Balderk"
|
|
category: pc
|
|
class: barbarian
|
|
level: 14
|
|
player: "Zach Anthony"
|
|
note: "Svend is a barbarian."
|
|
|
|
- name: "Popov"
|
|
category: pc
|
|
class: pladin
|
|
level: 14
|
|
player: "Clint Twellman"
|
|
note: "Popov is a paladin of Communism (Oath of the Common Man)."
|
|
...
|