Skip to content

Commit

Permalink
Git is based?
Browse files Browse the repository at this point in the history
  • Loading branch information
enjarai committed Feb 22, 2024
1 parent 4462745 commit c936ba1
Showing 1 changed file with 97 additions and 0 deletions.
97 changes: 97 additions & 0 deletions cicada/conversations.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
{
"mod_id": "do_a_barrel_roll",

"conversations": {
"cicada:greetings": {
"lines": [
{
"order": 20,
"text": "I'm here, ready to rumble!"
},
{
"condition": {
"type": "cicada:mod_loaded",
"mod_id": "showmeyourskin"
},
"order": 22,
"text": "It's just a figure of speech, I'm not actually about to start intensely vibrating."
}
]
},
"cicada:good_old_days": {
"lines": [
{
"order": 10,
"text": "Why don't we do something like that? It would be fun!"
}
]
},

"do_a_barrel_roll:flight_sim": {
"priority": {
"priority": 100
},
"lines": [
{
"order": 0,
"text": "Why play a flight sim when you have modded Minecraft?"
}
]
},
"do_a_barrel_roll:rolling_down_in_the_deep": {
"priority": {
"priority": 50
},
"lines": [
{
"order": 0,
"text": "One day I'll finish the swimming version of this mod. One day."
}
]
},
"do_a_barrel_roll:modrinth": {
"priority": {
"priority": 50
},
"lines": [
{
"order": 0,
"text": "Available on Modrinth!"
},
{
"order": 10,
"text": "Also Curseforge, but yknow..."
}
]
},
"showmeyourskin:plagiarism": {
"lines": [
{
"order": 10,
"text": "Seems like blatant plagiarism isn't beyond you."
},
{
"order": 30,
"text": "Well no of course I-"
}
]
},

"cicada:christmas": {
"lines": [
{
"order": 20,
"text": "PADORU PADORU!"
}
]
},
"cicada:new_year": {
"lines": [
{
"order": 20,
"text": "\uD83C\uDF86\uD83C\uDF86\uD83C\uDF86"
}
]
}
}
}

0 comments on commit c936ba1

Please sign in to comment.