diff --git a/dilfs/party.yml b/dilfs/party.yml new file mode 100644 index 0000000..d554382 --- /dev/null +++ b/dilfs/party.yml @@ -0,0 +1,30 @@ +--- +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)." +...