├── README.md ├── docs ├── isc.pdf └── one-man-army.pdf └── playing_modules_solo ├── README.md ├── example ├── adventure.md ├── img │ ├── dombara.jpg │ ├── forest.jpg │ └── liria.jpg └── script.md └── mechanics.md /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpg-tips/resources/HEAD/README.md -------------------------------------------------------------------------------- /docs/isc.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpg-tips/resources/HEAD/docs/isc.pdf -------------------------------------------------------------------------------- /docs/one-man-army.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpg-tips/resources/HEAD/docs/one-man-army.pdf -------------------------------------------------------------------------------- /playing_modules_solo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpg-tips/resources/HEAD/playing_modules_solo/README.md -------------------------------------------------------------------------------- /playing_modules_solo/example/adventure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpg-tips/resources/HEAD/playing_modules_solo/example/adventure.md -------------------------------------------------------------------------------- /playing_modules_solo/example/img/dombara.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpg-tips/resources/HEAD/playing_modules_solo/example/img/dombara.jpg -------------------------------------------------------------------------------- /playing_modules_solo/example/img/forest.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpg-tips/resources/HEAD/playing_modules_solo/example/img/forest.jpg -------------------------------------------------------------------------------- /playing_modules_solo/example/img/liria.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpg-tips/resources/HEAD/playing_modules_solo/example/img/liria.jpg -------------------------------------------------------------------------------- /playing_modules_solo/example/script.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpg-tips/resources/HEAD/playing_modules_solo/example/script.md -------------------------------------------------------------------------------- /playing_modules_solo/mechanics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpg-tips/resources/HEAD/playing_modules_solo/mechanics.md --------------------------------------------------------------------------------