rpgsheet

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit e7328bc9776e36113b15e4678d1dbe4eed1c83bd
parent 8f416e5a39ca91f4eb7045fe1db48cf17a64d42d
Author: skylar <stellarskylark@posteo.net>
Date:   Sun,  5 Jun 2022 08:20:01 +0000

Update 'README.md'

Diffstat:
MREADME.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -2,7 +2,7 @@ `rpgsheet` is a CLI/TUI character sheet application for tabletop RPGs. -## Dependencies: +## Dependencies:Also nice to see someone is using NimYAML for an RPG sheet, that was the initial reason I wrote it though my plans got altered a lot and the project went in another direction. :) * `rolldice` for, uh, rolling dice * `bc` for calculations @@ -46,7 +46,7 @@ expressions: # items that appear in the windows # other diceless expressions modifier: (strength-10)/2 window: stats - sword-attack: # we cannot have two expressions named `sword` + sword_attack: # we cannot have two expressions named `sword` dice: d20 # must be in NUMdSIDES format; no modifiers modifier: STR # here is where your modifier goes window: weapons