Skip to content

Commit

Permalink
document stack size mishap (#732)
Browse files Browse the repository at this point in the history
  • Loading branch information
object-Object authored Aug 23, 2024
2 parents aa02f75 + 27bf4b2 commit 45d519d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1282,6 +1282,9 @@
"not_enough_iotas.title": "Not Enough Iotas",
not_enough_iotas: "The action required more iotas than were on the stack.$(br2)Causes light gray sparks, and as many $(l:casting/influences)$(action)Garbages/$ as would be required to fill up the argument count will be pushed.",

"stack_size.title": "Too Many Iotas",
"stack_size": "I tried to cast a spell which exceeded the size limit of the stack.$(br2)Causes black sparks, and my entire stack will be replaced with a single $(l:casting/influences)$(action)Garbage/$.",

"incorrect_iota.title": "Incorrect Iota",
incorrect_iota: "The action that was executed expected an iota of a certain type for an argument, but it got something invalid. If multiple iotas are invalid, the error message will only tell me about the error deepest in the stack.$(br2)Causes dark gray sparks, and the invalid iota will be replaced with $(l:casting/influences)$(action)Garbage/$.",

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
"title": "hexcasting.page.mishaps.not_enough_iotas.title",
"text": "hexcasting.page.mishaps.not_enough_iotas"
},
{
"type": "patchouli:text",
"title": "hexcasting.page.mishaps.stack_size.title",
"text": "hexcasting.page.mishaps.stack_size"
},
{
"type": "patchouli:text",
"title": "hexcasting.page.mishaps.incorrect_iota.title",
Expand Down

0 comments on commit 45d519d

Please sign in to comment.