Ben Morton

Results 10 issues of Ben Morton

### Prerequisites - [x] I have written a descriptive issue title - [x] I have verified that I am running the latest version of Nancy - [x] I have verified...

Over the next few weeks/months I'm going to be doing a rewrite of the library using TDD so there are some actual worthwhile tests. I'm also going to refactor a...

Type: Maintenance

There should be a component option as well as the directive currently provided. This should take the basic form of: ``` ``` Things that need to be considered: - Event...

The title says it all. It's kinda rubbishy and unpredictable atm

At the moment cascading is not the best process. This should be improved. At the moment it follows the style of http://gridster.net/ but it would be good if it also...

Make some tests for this damn thing

It should be possible to process the classes to create more usable JSON objects from them. Possibly following this interface? ``` interface Class { name: string; hd: number; // Hit...

It should be possible to process the weapons, armor, equipment, tools, magic items, traps and poisons lists (possible also others) to create more usable JSON objects from them. Possibly following...

It should be possible to process the spells list to create more usable JSON objects from them. Possibly following this interface? ```typescript interface Spell { name: string; level: number; components:...

It should be possible to process the monsters, creatures and NPCs list to create more usable JSON objects from them. Possibly following this interface? ```typescript interface Monster { name: string;...