Skip to content

Commit

Permalink
credits
Browse files Browse the repository at this point in the history
  • Loading branch information
chosencharacters committed Jan 2, 2025
1 parent eb634db commit cefd296
Show file tree
Hide file tree
Showing 40 changed files with 764 additions and 147 deletions.
8 changes: 8 additions & 0 deletions assets/data/config/ng/medals/medals.json
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,14 @@
{
"name": "fulp-ware",
"id": 82361
},
{
"name": "final-present",
"id": 82382
},
{
"name": "faker",
"id": 82383
}
]
}
41 changes: 41 additions & 0 deletions assets/data/entries/emote-sheets.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,47 @@
{
"name": "bellvonartsy-sticker"
},
{
"name": "smile-pim"
},
{
"name": "poppy"
}
]
},
{
"name": "emotes-6-back-orange",
"items": [
{
"name": "cordelia-rofl"
},
{
"name": "chatterbox"
},
{
"name": "mella-cuddle"
},
{
"name": "a-well-earned-rest"
},
{
"name": null
},
{
"name": null
},
{
"name": null
},
{
"name": null
},
{
"name": null
},
{
"name": null
},
{
"name": null
},
Expand Down
30 changes: 30 additions & 0 deletions assets/data/entries/emotes.json
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,36 @@
"artist": "tamag0",
"unlock": "FLAG",
"data": "TAMAGO_ENCOUNTERED"
},
{
"name": "smile-pim",
"properName": "Smile for the Pic",
"artist": "Alex-PhantomGlitch"
},
{
"name": "poppy",
"properName": "SweetmasPoppy!",
"artist": "RavioliBox"
},
{
"name": "cordelia-rofl",
"properName": "Cordelia ROFL",
"artist": "leroyalmess"
},
{
"name": "chatterbox",
"properName": "Chatter Box",
"artist": "RavioliBox"
},
{
"name": "mella-cuddle",
"properName": "Mella Cuddle",
"artist": "kingcrowned"
},
{
"name": "a-well-earned-rest",
"properName": "And that's a wrap",
"artist": "squidly"
}
]
}
3 changes: 3 additions & 0 deletions assets/data/entries/npcs/amogus-npc-dlgs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
</state>
</npc>
<npc name="amogus-orange">
<state name="pinnacle" if="PINNACLE">
<dlg>*Okay who moved the body over here*</dlg>
</state>
<state name="default">
<dlg>*Poor orange... Who could've seen it coming?*</dlg>
</state>
Expand Down
22 changes: 22 additions & 0 deletions assets/data/entries/npcs/cameo-npc-dlgs.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<npc name="captain-carrion">
<state name="pinnacle" if="PINNACLE">
<dlg>Fellow traveler, this is where we depart.</dlg>
<dlg>For me? The skies. For you? Wherever your mind dreams.</dlg>
</state>
<state name="default">
<dlg if="UNLOCK_CARRION">Once more we meet, fellow traveler.</dlg>
<dlg set="UNLOCK_CARRION" if="!UNLOCK_CARRION">Hello, fellow traveler.</dlg>
Expand Down Expand Up @@ -48,6 +52,13 @@
</state>
</npc>
<npc name="box">
<state name="pinnacle" if="PINNACLE">
<dlg>Hey buddy, look, I'm sorry I was ramblin' a bit back there</dlg>
<dlg>Eh who am I kiddin', I aint sorry.</dlg>
<dlg>But I was thinkin' I might as well stop wondering about' the past.</dlg>
<dlg>And start movin' forward, yea? Like a box oughtta.</dlg>
<dlg>Seeya around, bud</dlg>
</state>
<state name="default">
<dlg>Hey, buddy, what ya lookin at?</dlg>
<dlg>You a big box looker, huh?</dlg>
Expand Down Expand Up @@ -139,6 +150,9 @@
</state>
</npc>
<npc name="peanutbudder-santa">
<state name="pinnacle" if="PINNACLE">
<dlg>*They seem satisfied with their handiwork*</dlg>
</state>
<state name="default">
<dlg>*Ah. What a wonderful surprise, it's Peantbudder Santa!*</dlg>
<dlg>*It's never a Tankmas without them!*</dlg>
Expand All @@ -164,6 +178,10 @@
</state>
</npc>
<npc name="pony-boy">
<state name="pinnacle" if="PINNACLE">
<dlg>Oh, hey, you know, the show's over but the arcade's still going.</dlg>
<dlg>Stop on by sometime.</dlg>
</state>
<state name="default">
<dlg set="PONYABLE_CONTENT">Oh, hey, what brings a cool robot like you down here?</dlg>
<dlg>I'm Ponyboy, nice to meet you!</dlg>
Expand Down Expand Up @@ -209,6 +227,10 @@
</state>
</npc>
<npc name="project-154">
<state name="pinnacle" if="PINNACLE">
<dlg>*You found the Thing Thing!*</dlg>
<dlg>*Yep... They're still just as confused about this whole thing as before*</dlg>
</state>
<state name="default">
<dlg set="UNLOCK_PROJECT_154">*You found the thing thing!*</dlg>
<dlg>*They seem very confused about being here*</dlg>
Expand Down
Loading

0 comments on commit cefd296

Please sign in to comment.