From c762d3d7d173b200084cdd29692a47c43ef506d7 Mon Sep 17 00:00:00 2001 From: FlutterSprite Date: Sat, 14 Oct 2017 22:36:18 -0700 Subject: [PATCH] Update README.md Adds information about the tb_range module to the readme. --- evennia/contrib/turnbattle/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/evennia/contrib/turnbattle/README.md b/evennia/contrib/turnbattle/README.md index 8d709d1ba1..af04f80060 100644 --- a/evennia/contrib/turnbattle/README.md +++ b/evennia/contrib/turnbattle/README.md @@ -21,6 +21,11 @@ implemented and customized: the battle system, including commands for wielding weapons and donning armor, and modifiers to accuracy and damage based on currently used equipment. + + tb_range.py - Adds a system for abstract positioning and movement, which + tracks the distance between different characters and objects in + combat, as well as differentiates between melee and ranged + attacks. This system is meant as a basic framework to start from, and is modeled after the combat systems of popular tabletop role playing games rather than