Skip to content

Commit 38319ff

Browse files
garyshengclaude
andcommitted
Merge PR #58: Add Rick Sanchez sound pack
New Rick and Morty pack by @ranjitp16. Bumps VERSION to 1.5.10. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2 parents 4ab9c28 + ab8f5b5 commit 38319ff

18 files changed

Lines changed: 51 additions & 2 deletions

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ Edit `$CLAUDE_CONFIG_DIR/hooks/peon-ping/config.json` (default: `~/.claude/hooks
103103
| `peasant_ru` | Human Peasant (Warcraft III, Russian) | "Да, господин?", "Готово.", "Ну, я пошёл!" | [@maksimfedin](https://github.com/maksimfedin) |
104104
| `acolyte_ru` | Undead Acolyte (Warcraft III, Russian) | "Моя жизнь за Нер'зула!", "Да, повелитель.", "Тени служат мне." | [@maksimfedin](https://github.com/maksimfedin) |
105105
| `tf2_engineer` | Engineer (Team Fortress 2) | "Sentry going up.", "Nice work!", "Cowboy up!" | [@Arie](https://github.com/Arie) |
106+
| `rick` | Rick Sanchez (Rick and Morty) | "Wubba lubba dub dub!", "I'm pickle Rick!", "Get schwifty!" | [@ranjitp16](https://github.com/ranjitp16) |
106107
| `sc_battlecruiser` | Battlecruiser (StarCraft) | "Battlecruiser operational", "Make it happen", "Engage" | [@garysheng](https://github.com/garysheng) |
107108
| `sc_kerrigan` | Sarah Kerrigan (StarCraft) | "I gotcha", "What now?", "Easily amused, huh?" | [@garysheng](https://github.com/garysheng) |
108109
| `dota2_axe` | Axe (Dota 2) | "Axe is ready!", "Axe-actly!", "Come and get it!" | [@x-n2o](https://github.com/x-n2o) |

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.9
1+
1.5.10

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ SETTINGS="$BASE_DIR/settings.json"
2121
REPO_BASE="https://raw.githubusercontent.com/PeonPing/peon-ping/main"
2222

2323
# All available sound packs (add new packs here)
24-
PACKS="acolyte_ru aoe2 aom_greek brewmaster_ru dota2_axe glados hd2_helldiver molag_bal peon peon_cz peon_es peon_fr peon_pl peon_ru peasant peasant_cz peasant_es peasant_fr peasant_ru ra2_kirov ra2_soviet_engineer sc_battlecruiser sc_firebat sc_kerrigan sc_medic sc_scv sc_tank sc_terran sc_vessel sheogorath sopranos tf2_engineer wc2_peasant"
24+
PACKS="acolyte_ru aoe2 aom_greek brewmaster_ru dota2_axe glados hd2_helldiver molag_bal peon peon_cz peon_es peon_fr peon_pl peon_ru peasant peasant_cz peasant_es peasant_fr peasant_ru ra2_kirov ra2_soviet_engineer rick sc_battlecruiser sc_firebat sc_kerrigan sc_medic sc_scv sc_tank sc_terran sc_vessel sheogorath sopranos tf2_engineer wc2_peasant"
2525

2626
# --- Platform detection ---
2727
detect_platform() {

packs/rick/manifest.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"name": "rick",
3+
"display_name": "Rick Sanchez",
4+
"categories": {
5+
"greeting": {
6+
"sounds": [
7+
{ "file": "Rick_Sanchez_Jerry_.mp3", "line": "What're you asking me for jerry?" }
8+
]
9+
},
10+
"acknowledge": {
11+
"sounds": [
12+
{ "file": "Rick_Sanchez_Anything_Else_.mp3", "line": "Anything else..." },
13+
{ "file": "Rick_Sanchez_Seriously_.mp3", "line": "Seriously!?" }
14+
]
15+
},
16+
"complete": {
17+
"sounds": [
18+
{ "file": "Rick_Sanchez_Fun.mp3", "line": "Have fun." },
19+
{ "file": "Rick_Sanchez_Page.mp3", "line": "Nice to be on the same page, every once in a while." }
20+
]
21+
},
22+
"error": {
23+
"sounds": [
24+
{ "file": "Rick_Sanchez_What_.mp3", "line": "What!!" },
25+
{ "file": "Rick_Sanchez_Whatever.mp3", "line": "Whatever..." }
26+
]
27+
},
28+
"permission": {
29+
"sounds": [
30+
{ "file": "Rick_Sanchez_Drink_.mp3", "line": "How bout that drink?" },
31+
{ "file": "Rick_Sanchez_Point.mp3", "line": "You're missing the point morty!" },
32+
{ "file": "Rick_Sanchez_Whiskey_.mp3", "line": "How bout some sotch wishkey, you got that around here?" }
33+
]
34+
},
35+
"resource_limit": {
36+
"sounds": [
37+
{ "file": "Rick_Sanchez_Later.mp3", "line": "Later." }
38+
]
39+
},
40+
"annoyed": {
41+
"sounds": [
42+
{ "file": "Rick_Sanchez_Children.mp3", "line": "You really are your father's children." },
43+
{ "file": "Rick_Sanchez_Devil_.mp3", "line": "So what are you like, the devil?" },
44+
{ "file": "Rick_Sanchez_Tax.mp3", "line": "Can't believe our tax dollars pay for this." }
45+
]
46+
}
47+
}
48+
}
26.7 KB
Binary file not shown.
34.1 KB
Binary file not shown.
33.3 KB
Binary file not shown.
22.8 KB
Binary file not shown.
19 KB
Binary file not shown.
31.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)