@@ -154,6 +154,30 @@ function defaultStompWedge(container, macro, verbose) {
}
}
}
}
function defaultFlexToes(container, macro, verbose) {
if (container.count == 0) {
if (macro.footShoeWorn) {
return "You flex your " + macro.toeNoShoeDesc(true) + " inside your " + macro.footDesc(true) + ".";
} else {
return "You flex your " + macro.toeDesc(true) + ".";
}
} else {
if (macro.footShoeWorn || macro.footSockWorn) {
if (macro.brutality == 0) {
return "You clench your " + macro.toeNoShoeDesc(true) + ", grinding them against the " + container.describe(false) + " trapped between your " + macro.footDesc(true) + " and your " + macro.toeOnlyDesc(true) + ".";
} else {
return "You clench your " + macro.toeNoShoeDesc(true) + ", crushing " + container.describe(false) + " between your " + macro.footDesc(true) + " and your " + macro.toeOnlyDesc(true) + ".";
}
} else {
if (macro.brutality == 0) {
return "You flex your " + macro.toeNoShoeDesc(true) + ", causing " + container.describe(false) + " to tumble out and fall to the ground.";
} else {
return "You flex and squeeze your " + macro.toeNoShoeDesc(true) + ", crushing " + container.describe(false) + " between them.";
}
}
}
}
function defaultKick(container, macro, verbose) {
function defaultKick(container, macro, verbose) {
if (container.count == 0)
if (container.count == 0)
return "You swing your mighty " + macro.footDesc() + "..and hit nothing.";
return "You swing your mighty " + macro.footDesc() + "..and hit nothing.";