Skip to content

Commit 4607ad9

Browse files
garyshengclaude
andcommitted
Merge PR PeonPing#56: Add Spanish sound packs (peon_es, peasant_es)
Two new Warcraft III Spanish-localized packs by @Keralin. Also fixes Polish contributor username (@ArturSkowronski, from PR PeonPing#52). Bumps VERSION to 1.5.2. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2 parents 004f14c + b8a08b1 commit 4607ad9

43 files changed

Lines changed: 125 additions & 3 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: 3 additions & 1 deletion

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.1
1+
1.5.2

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 glados peon peon_cz peon_fr peon_pl peon_ru peasant peasant_cz peasant_fr peasant_ru ra2_soviet_engineer sc_battlecruiser sc_firebat sc_kerrigan sc_medic sc_scv sc_tank sc_terran sc_vessel tf2_engineer"
24+
PACKS="acolyte_ru glados peon peon_cz peon_es peon_fr peon_pl peon_ru peasant peasant_cz peasant_es peasant_fr peasant_ru ra2_soviet_engineer sc_battlecruiser sc_firebat sc_kerrigan sc_medic sc_scv sc_tank sc_terran sc_vessel tf2_engineer"
2525

2626
# --- Platform detection ---
2727
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)