From 7aedb9451c57366b5537bacd511e831260f5fa19 Mon Sep 17 00:00:00 2001 From: Stefan Zermatten Date: Fri, 22 May 2015 14:17:38 +0200 Subject: [PATCH] Base values now don't look like added values --- .../character/stats/attributeDialog/attributeDialog.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpg-docs/client/views/character/stats/attributeDialog/attributeDialog.html b/rpg-docs/client/views/character/stats/attributeDialog/attributeDialog.html index ee851349..f2b06de5 100644 --- a/rpg-docs/client/views/character/stats/attributeDialog/attributeDialog.html +++ b/rpg-docs/client/views/character/stats/attributeDialog/attributeDialog.html @@ -23,7 +23,7 @@ {{#each baseEffects}} {{sourceName}} - {{signedString statValue}} + Base: {{statValue}} {{/each}} {{#each addEffects}} @@ -35,7 +35,7 @@ {{#each mulEffects}} {{sourceName}} - ×{{statValue}} + × {{statValue}} {{/each}} {{#each minEffects}}