From b15b5833d511f56c39ad6e8edd1a78e2c1a5a2e7 Mon Sep 17 00:00:00 2001 From: Abnim Date: Tue, 25 Aug 2020 13:05:25 +0900 Subject: [PATCH] Nechronica Dice Result Modify * Act Dice Result Modify : Critical and Fail --- nechronica/nechronica.html | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/nechronica/nechronica.html b/nechronica/nechronica.html index 7f64e909a8..008f41825b 100644 --- a/nechronica/nechronica.html +++ b/nechronica/nechronica.html @@ -1622,34 +1622,34 @@ on("change:move_add", {{#rollGreater() dicecount 0}} - {{#rollWasCrit() roll1}} + {{#rollGreater() roll1 10}}
대성공
- {{/rollWasCrit() roll1}} + {{/rollGreater() roll1 10}} {{/rollGreater() dicecount 0}} {{#rollGreater() dicecount 1}} - {{#rollWasCrit() roll2}} + {{#rollGreater() roll2 10}}
대성공
- {{/rollWasCrit() roll2}} + {{/rollGreater() roll2 10}} {{/rollGreater() dicecount 1}} {{#rollGreater() dicecount 2}} - {{#rollWasCrit() roll3}} + {{#rollGreater() roll3 10}}
대성공
- {{/rollWasCrit() roll3}} + {{/rollGreater() roll3 10}} {{/rollGreater() dicecount 2}} {{#rollGreater() dicecount 3}} - {{#rollWasCrit() roll4}} + {{#rollGreater() roll4 10}}
대성공
- {{/rollWasCrit() roll4}} + {{/rollGreater() roll4 10}} {{/rollGreater() dicecount 3}} @@ -1731,31 +1731,31 @@ on("change:move_add", {{#rollGreater() dicecount 0}} {{#^rollGreater() roll1 5}} -
-
성공
+
+
실패
{{/^rollGreater() roll1 5}} {{/rollGreater() dicecount 0}} {{#rollGreater() dicecount 1}} {{#^rollGreater() roll2 5}} -
-
성공
+
+
실패
{{/^rollGreater() roll2 5}} {{/rollGreater() dicecount 1}} {{#rollGreater() dicecount 2}} {{#^rollGreater() roll3 5}} -
-
성공
+
+
실패
{{/^rollGreater() roll3 5}} {{/rollGreater() dicecount 2}} {{#rollGreater() dicecount 3}} {{#^rollGreater() roll4 5}} -
-
성공
+
+
실패
{{/^rollGreater() roll4 5}} {{/rollGreater() dicecount 3}}