beaurancourt / sovereign

Creative Commons Zero v1.0 Universal
0 stars 1 forks source link

-1 in skill level doesn't work with {Skill}-{Level} pattern #4

Open wiredniko opened 2 hours ago

wiredniko commented 2 hours ago

https://github.com/beaurancourt/sovereign/blob/549613ffe35be7004bbf8e14f8ae2763ad284ac0/rules.md?plain=1#L139

I feel that the skill level shorthand doesn't work for starting skills which start at a -1. In your example you have Exert-1 or Heal-2 .

So is it -1 in Exert, or 1 in Exert? Logically -1 would be written as Exert--1, vs +1 as Exert-1. Typographically, this is a very tiny difference, reducing readability. It's going to be even harder to read if written down on paper.

Perhaps the easiest fix would be {Skill}:{Level}. Now Exert: -1 and Exert: 1 are much simpler to differentiate.

beaurancourt commented 2 hours ago

I think you're totally right - I'll go through and change it to {Skill}:{Level}