Skip to content

Commit

Permalink
Heh
Browse files Browse the repository at this point in the history
  • Loading branch information
enjarai committed May 9, 2024
1 parent 6b1f72c commit cc79add
Showing 1 changed file with 51 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,22 @@
},
"order": 22,
"text": "It's just a figure of speech, I'm not actually about to start intensely vibrating."
},
{
"condition": {
"type": "cicada:mod_participates",
"mod_id": "rolling_down_in_the_deep"
},
"order": 26,
"text": "Oh hey, that's pretty good. Why have I never thought of that?"
},
{
"condition": {
"type": "cicada:mod_participates",
"mod_id": "rolling_down_in_the_deep"
},
"order": 28,
"text": "Yea of course I do, it's perfect!"
}
]
},
Expand Down Expand Up @@ -46,6 +62,25 @@
{
"order": 0,
"text": "One day I'll finish the swimming version of this mod. One day."
},
{
"condition": {
"type": "cicada:not",
"condition": {
"type": "cicada:mod_participates",
"mod_id": "rolling_down_in_the_deep"
}
},
"order": 10,
"text": "Though that day may come sooner than expected..."
},
{
"condition": {
"type": "cicada:mod_participates",
"mod_id": "rolling_down_in_the_deep"
},
"order": 20,
"text": "Oh hey! There you are! We're gonna have so much fun together!"
}
]
},
Expand All @@ -61,6 +96,22 @@
{
"order": 10,
"text": "Also Curseforge, but yknow..."
},
{
"condition": {
"type": "cicada:mod_participates",
"mod_id": "rolling_down_in_the_deep"
},
"order": 30,
"text": "Oh no no, don't worry, it's not *that* bad."
},
{
"condition": {
"type": "cicada:mod_participates",
"mod_id": "rolling_down_in_the_deep"
},
"order": 40,
"text": "It's just generally... lacking some polish. Let's keep it at that."
}
]
},
Expand Down

0 comments on commit cc79add

Please sign in to comment.