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}}