forked from Jorbon/cool_elytra
-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
97 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} | ||
} | ||
} |