Open RichardScottOZ opened 2 years ago
Is this that the 'longsword' is just an example and it needs to parse a type of damage string? 1d8 etc?
Or looking in the code, like this?
attack_parameters=[['longsword', 4, 2, 8]])
The reason is that the 'armory' was temporarily removed in the dev branch as I am hoping to have it as a json with more details —e.g. finesse.
For now equip_standard_weapon
is still not an instance method and weapons
is a dict of int for now as previously. The former is solely so that it looks odd and reminds future me of the issue.
Right!
I installed the dev branch
Running the example in the README
Haven't tried debugging it yet, will take a bit of time to work out what is doing what.