This commit is contained in:
2026-02-06 13:30:09 +01:00
parent 68eb76306d
commit 0a90665114
9 changed files with 120 additions and 9 deletions

View File

@@ -34,11 +34,14 @@
"item.szar.police_handcuff": "Police Handcuff",
"entity.szar.gypsy": "Cigány",
"entity.szar.plane": "Plane",
"entity.szar.hitler": "Hitler",
"item.szar.hitler_spawn_egg":"Hitler Spawn Egg",
"entity.szar.nazi": "Nazi",
"item.szar.nazi_spawn_egg":"Nazi Spawn Egg",
"item.szar.bullet": "Bullet",
"item.szar.ak47": "AK47",
"entity.szar.bullet": "Bullet"
"entity.szar.bullet": "Bullet",
"death.attack.bullet": "%1$s was shot by %2$s",
"death.attack.bullet.player": "%1$s was shot by %2$s"
}

View File

@@ -0,0 +1,6 @@
{
"message_id": "bullet",
"exhaustion": 0.1,
"scaling": "when_caused_by_living_non_player",
"effects": "hurt"
}