Skip to content

Commit b46ab6a

Browse files
committed
feat: add Spanish Orc Peon and Human Peasant sound packs
Add peon_es and peasant_es packs with all 7 sound categories (greeting, acknowledge, complete, error, permission, resource_limit, annoyed) using Spanish-localized Warcraft III voice lines. - 18 Peon sound files, 20 Peasant sound files - Register new packs in install.sh - Update README.md sound packs table - Bump version to 1.3.0
1 parent 18a38ee commit b46ab6a

43 files changed

Lines changed: 124 additions & 2 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 2 additions & 0 deletions

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.0
1+
1.3.0

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ SETTINGS="$HOME/.claude/settings.json"
99
REPO_BASE="https://raw.githubusercontent.com/tonyyont/peon-ping/main"
1010

1111
# All available sound packs (add new packs here)
12-
PACKS="peon peon_fr peon_pl peasant peasant_fr ra2_soviet_engineer sc_battlecruiser sc_kerrigan"
12+
PACKS="peon peon_es peon_fr peon_pl peasant peasant_es peasant_fr ra2_soviet_engineer sc_battlecruiser sc_kerrigan"
1313

1414
# --- Platform detection ---
1515
detect_platform() {

packs/peasant_es/manifest.json

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
{
2+
"name": "peasant_es",
3+
"display_name": "Campesino Humano (ES)",
4+
"categories": {
5+
"greeting": {
6+
"sounds": [
7+
{ "file": "PeasantReady1.wav", "line": "¡A trabajar!" },
8+
{ "file": "PeasantWhat1.wav", "line": "¿Sí, mi lord?" },
9+
{ "file": "PeasantWhat2.wav", "line": "¿Qué es eso?" }
10+
]
11+
},
12+
"acknowledge": {
13+
"sounds": [
14+
{ "file": "PeasantYes1.wav", "line": "Bien." },
15+
{ "file": "PeasantYes2.wav", "line": "Siiii, mi señor." },
16+
{ "file": "PeasantYes3.wav", "line": "Muy bien." },
17+
{ "file": "PeasantYes4.wav", "line": "Entonces, ¡allá voy!" },
18+
{ "file": "PeasantYesAttack1.wav", "line": "Supongo que puedo." },
19+
{ "file": "PeasantYesAttack2.wav", "line": "¡Si es lo que quieres!" }
20+
]
21+
},
22+
"complete": {
23+
"sounds": [
24+
{ "file": "PeasantReady1.wav", "line": "¡A trabajar!" },
25+
{ "file": "PeasantYes1.wav", "line": "Bien." },
26+
{ "file": "PeasantYes3.wav", "line": "Muy bien." },
27+
{ "file": "PeasantWhat3.wav", "line": "¿Más trabajo?" }
28+
]
29+
},
30+
"error": {
31+
"sounds": [
32+
{ "file": "PeasantYesAttack4.wav", "line": "Exacto, estoy muerto." },
33+
{ "file": "PeasantYesAttack3.wav", "line": "¿No hay nadie más disponible?" }
34+
]
35+
},
36+
"permission": {
37+
"sounds": [
38+
{ "file": "PeasantWhat1.wav", "line": "¿Sí, mi lord?" },
39+
{ "file": "PeasantWhat2.wav", "line": "¿Qué es eso?" },
40+
{ "file": "PeasantWhat3.wav", "line": "¿Más trabajo?" },
41+
{ "file": "PeasantWhat4.wav", "line": "¿Qué?" }
42+
]
43+
},
44+
"resource_limit": {
45+
"sounds": [
46+
{ "file": "PeasantYesAttack4.wav", "line": "Exacto, estoy muerto." }
47+
]
48+
},
49+
"annoyed": {
50+
"sounds": [
51+
{ "file": "PeasantPissed1.wav", "line": "¿Tú eres el rey? Bueno, yo no te he votado nunca." },
52+
{ "file": "PeasantPissed2.wav", "line": "Hemos encontrado una bruja, ¿la quemamos?" },
53+
{ "file": "PeasantPissed3.wav", "line": "¡Me estás estresando!" },
54+
{ "file": "PeasantPissed4.wav", "line": "Una vez un caballo me dio una coz, ¡y cómo dolía!" },
55+
{ "file": "PeasantPissed5.wav", "line": "¡Mosquis!" }
56+
]
57+
}
58+
}
59+
}
157 KB
Binary file not shown.
152 KB
Binary file not shown.
123 KB
Binary file not shown.
87.9 KB
Binary file not shown.
140 KB
Binary file not shown.
26 KB
Binary file not shown.

0 commit comments

Comments
 (0)