├── LICENSE ├── README.md ├── character_sheets ├── Barbarian.indd ├── Bard.indd ├── Blank.indd ├── Character Sheets.indb ├── Cleric Spells.indd ├── Cleric.indd ├── Druid.indd ├── Fighter.indd ├── GM.indd ├── Moves A.indd ├── Moves B.indd ├── Paladin.indd ├── Ranger.indd ├── Thief.indd ├── Wizard Spells.indd └── Wizard.indd ├── layout ├── DungeonWorld.indb └── chapters │ ├── Advanced Delving.indd │ ├── Bard.indd │ ├── Cavern Dwellers.indd │ ├── Character Creation.indd │ ├── Class Moves Discussion.indd │ ├── Cleric Spells.indd │ ├── Cleric.indd │ ├── Conversion.indd │ ├── Depths.indd │ ├── Druid.indd │ ├── Equipment.indd │ ├── Example.indd │ ├── Experiments.indd │ ├── Fighter.indd │ ├── First Session.indd │ ├── Folk.indd │ ├── Fronts.indd │ ├── GM.indd │ ├── Hordes.indd │ ├── Introduction.indd │ ├── Monsters.indd │ ├── Moves Discussion.indd │ ├── Moves.indd │ ├── NPCs.indd │ ├── Paladin.indd │ ├── Planes.indd │ ├── Playing the Game.indd │ ├── Ranger.indd │ ├── Swamps.indd │ ├── Teaching.indd │ ├── Thanks.indd │ ├── The World.indd │ ├── Thief.indd │ ├── Title and Contents.indd │ ├── Undead.indd │ ├── Wizard Spells.indd │ ├── Wizard.indd │ └── Woods.indd ├── resources └── correctformatting.py └── text ├── Advanced_Delving.xml ├── Bard.xml ├── Character_Creation.xml ├── Class_Moves_Discussion.xml ├── Cleric.xml ├── Cleric_Spells.xml ├── Druid.xml ├── Equipment.xml ├── Example.xml ├── Fighter.xml ├── First_Session.xml ├── Fronts.xml ├── GM.xml ├── Introduction.xml ├── Monsters.xml ├── Moves.xml ├── Moves_Discussion.xml ├── Paladin.xml ├── Playing_the_Game.xml ├── Ranger.xml ├── The_World.xml ├── Thief.xml ├── Wizard.xml ├── Wizard_Spells.xml ├── appendices ├── Conversion.xml ├── NPCs.xml ├── Teaching.xml └── Thanks.xml └── monster_settings ├── Caverns.xml ├── Depths.xml ├── Experiments.xml ├── Folk.xml ├── Hordes.xml ├── Planes.xml ├── Swamp.xml ├── Undead.xml └── Woods.xml /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/README.md -------------------------------------------------------------------------------- /character_sheets/Barbarian.indd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/character_sheets/Barbarian.indd -------------------------------------------------------------------------------- /character_sheets/Bard.indd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/character_sheets/Bard.indd -------------------------------------------------------------------------------- /character_sheets/Blank.indd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/character_sheets/Blank.indd -------------------------------------------------------------------------------- /character_sheets/Character Sheets.indb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/character_sheets/Character Sheets.indb -------------------------------------------------------------------------------- /character_sheets/Cleric Spells.indd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/character_sheets/Cleric Spells.indd -------------------------------------------------------------------------------- /character_sheets/Cleric.indd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/character_sheets/Cleric.indd -------------------------------------------------------------------------------- /character_sheets/Druid.indd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/character_sheets/Druid.indd -------------------------------------------------------------------------------- /character_sheets/Fighter.indd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/character_sheets/Fighter.indd -------------------------------------------------------------------------------- /character_sheets/GM.indd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/character_sheets/GM.indd -------------------------------------------------------------------------------- /character_sheets/Moves A.indd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/character_sheets/Moves A.indd -------------------------------------------------------------------------------- /character_sheets/Moves B.indd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/character_sheets/Moves B.indd -------------------------------------------------------------------------------- /character_sheets/Paladin.indd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/character_sheets/Paladin.indd -------------------------------------------------------------------------------- /character_sheets/Ranger.indd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/character_sheets/Ranger.indd -------------------------------------------------------------------------------- /character_sheets/Thief.indd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/character_sheets/Thief.indd -------------------------------------------------------------------------------- /character_sheets/Wizard Spells.indd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/character_sheets/Wizard Spells.indd -------------------------------------------------------------------------------- /character_sheets/Wizard.indd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/character_sheets/Wizard.indd -------------------------------------------------------------------------------- /layout/DungeonWorld.indb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/layout/DungeonWorld.indb -------------------------------------------------------------------------------- /layout/chapters/Advanced Delving.indd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/layout/chapters/Advanced Delving.indd -------------------------------------------------------------------------------- /layout/chapters/Bard.indd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/layout/chapters/Bard.indd -------------------------------------------------------------------------------- /layout/chapters/Cavern Dwellers.indd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/layout/chapters/Cavern Dwellers.indd -------------------------------------------------------------------------------- /layout/chapters/Character Creation.indd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/layout/chapters/Character Creation.indd -------------------------------------------------------------------------------- /layout/chapters/Class Moves Discussion.indd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/layout/chapters/Class Moves Discussion.indd -------------------------------------------------------------------------------- /layout/chapters/Cleric Spells.indd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/layout/chapters/Cleric Spells.indd -------------------------------------------------------------------------------- /layout/chapters/Cleric.indd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/layout/chapters/Cleric.indd -------------------------------------------------------------------------------- /layout/chapters/Conversion.indd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/layout/chapters/Conversion.indd -------------------------------------------------------------------------------- /layout/chapters/Depths.indd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/layout/chapters/Depths.indd -------------------------------------------------------------------------------- /layout/chapters/Druid.indd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/layout/chapters/Druid.indd -------------------------------------------------------------------------------- /layout/chapters/Equipment.indd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/layout/chapters/Equipment.indd -------------------------------------------------------------------------------- /layout/chapters/Example.indd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/layout/chapters/Example.indd -------------------------------------------------------------------------------- /layout/chapters/Experiments.indd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/layout/chapters/Experiments.indd -------------------------------------------------------------------------------- /layout/chapters/Fighter.indd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/layout/chapters/Fighter.indd -------------------------------------------------------------------------------- /layout/chapters/First Session.indd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/layout/chapters/First Session.indd -------------------------------------------------------------------------------- /layout/chapters/Folk.indd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/layout/chapters/Folk.indd -------------------------------------------------------------------------------- /layout/chapters/Fronts.indd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/layout/chapters/Fronts.indd -------------------------------------------------------------------------------- /layout/chapters/GM.indd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/layout/chapters/GM.indd -------------------------------------------------------------------------------- /layout/chapters/Hordes.indd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/layout/chapters/Hordes.indd -------------------------------------------------------------------------------- /layout/chapters/Introduction.indd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/layout/chapters/Introduction.indd -------------------------------------------------------------------------------- /layout/chapters/Monsters.indd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/layout/chapters/Monsters.indd -------------------------------------------------------------------------------- /layout/chapters/Moves Discussion.indd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/layout/chapters/Moves Discussion.indd -------------------------------------------------------------------------------- /layout/chapters/Moves.indd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/layout/chapters/Moves.indd -------------------------------------------------------------------------------- /layout/chapters/NPCs.indd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/layout/chapters/NPCs.indd -------------------------------------------------------------------------------- /layout/chapters/Paladin.indd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/layout/chapters/Paladin.indd -------------------------------------------------------------------------------- /layout/chapters/Planes.indd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/layout/chapters/Planes.indd -------------------------------------------------------------------------------- /layout/chapters/Playing the Game.indd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/layout/chapters/Playing the Game.indd -------------------------------------------------------------------------------- /layout/chapters/Ranger.indd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/layout/chapters/Ranger.indd -------------------------------------------------------------------------------- /layout/chapters/Swamps.indd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/layout/chapters/Swamps.indd -------------------------------------------------------------------------------- /layout/chapters/Teaching.indd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/layout/chapters/Teaching.indd -------------------------------------------------------------------------------- /layout/chapters/Thanks.indd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/layout/chapters/Thanks.indd -------------------------------------------------------------------------------- /layout/chapters/The World.indd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/layout/chapters/The World.indd -------------------------------------------------------------------------------- /layout/chapters/Thief.indd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/layout/chapters/Thief.indd -------------------------------------------------------------------------------- /layout/chapters/Title and Contents.indd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/layout/chapters/Title and Contents.indd -------------------------------------------------------------------------------- /layout/chapters/Undead.indd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/layout/chapters/Undead.indd -------------------------------------------------------------------------------- /layout/chapters/Wizard Spells.indd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/layout/chapters/Wizard Spells.indd -------------------------------------------------------------------------------- /layout/chapters/Wizard.indd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/layout/chapters/Wizard.indd -------------------------------------------------------------------------------- /layout/chapters/Woods.indd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/layout/chapters/Woods.indd -------------------------------------------------------------------------------- /resources/correctformatting.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/resources/correctformatting.py -------------------------------------------------------------------------------- /text/Advanced_Delving.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/text/Advanced_Delving.xml -------------------------------------------------------------------------------- /text/Bard.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/text/Bard.xml -------------------------------------------------------------------------------- /text/Character_Creation.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/text/Character_Creation.xml -------------------------------------------------------------------------------- /text/Class_Moves_Discussion.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/text/Class_Moves_Discussion.xml -------------------------------------------------------------------------------- /text/Cleric.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/text/Cleric.xml -------------------------------------------------------------------------------- /text/Cleric_Spells.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/text/Cleric_Spells.xml -------------------------------------------------------------------------------- /text/Druid.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/text/Druid.xml -------------------------------------------------------------------------------- /text/Equipment.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/text/Equipment.xml -------------------------------------------------------------------------------- /text/Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/text/Example.xml -------------------------------------------------------------------------------- /text/Fighter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/text/Fighter.xml -------------------------------------------------------------------------------- /text/First_Session.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/text/First_Session.xml -------------------------------------------------------------------------------- /text/Fronts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/text/Fronts.xml -------------------------------------------------------------------------------- /text/GM.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/text/GM.xml -------------------------------------------------------------------------------- /text/Introduction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/text/Introduction.xml -------------------------------------------------------------------------------- /text/Monsters.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/text/Monsters.xml -------------------------------------------------------------------------------- /text/Moves.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/text/Moves.xml -------------------------------------------------------------------------------- /text/Moves_Discussion.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/text/Moves_Discussion.xml -------------------------------------------------------------------------------- /text/Paladin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/text/Paladin.xml -------------------------------------------------------------------------------- /text/Playing_the_Game.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/text/Playing_the_Game.xml -------------------------------------------------------------------------------- /text/Ranger.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/text/Ranger.xml -------------------------------------------------------------------------------- /text/The_World.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/text/The_World.xml -------------------------------------------------------------------------------- /text/Thief.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/text/Thief.xml -------------------------------------------------------------------------------- /text/Wizard.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/text/Wizard.xml -------------------------------------------------------------------------------- /text/Wizard_Spells.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/text/Wizard_Spells.xml -------------------------------------------------------------------------------- /text/appendices/Conversion.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/text/appendices/Conversion.xml -------------------------------------------------------------------------------- /text/appendices/NPCs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/text/appendices/NPCs.xml -------------------------------------------------------------------------------- /text/appendices/Teaching.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/text/appendices/Teaching.xml -------------------------------------------------------------------------------- /text/appendices/Thanks.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/text/appendices/Thanks.xml -------------------------------------------------------------------------------- /text/monster_settings/Caverns.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/text/monster_settings/Caverns.xml -------------------------------------------------------------------------------- /text/monster_settings/Depths.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/text/monster_settings/Depths.xml -------------------------------------------------------------------------------- /text/monster_settings/Experiments.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/text/monster_settings/Experiments.xml -------------------------------------------------------------------------------- /text/monster_settings/Folk.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/text/monster_settings/Folk.xml -------------------------------------------------------------------------------- /text/monster_settings/Hordes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/text/monster_settings/Hordes.xml -------------------------------------------------------------------------------- /text/monster_settings/Planes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/text/monster_settings/Planes.xml -------------------------------------------------------------------------------- /text/monster_settings/Swamp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/text/monster_settings/Swamp.xml -------------------------------------------------------------------------------- /text/monster_settings/Undead.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/text/monster_settings/Undead.xml -------------------------------------------------------------------------------- /text/monster_settings/Woods.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sagelt/Dungeon-World/HEAD/text/monster_settings/Woods.xml --------------------------------------------------------------------------------