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