szar
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
6
src/main/resources/data/szar/damage_type/bullet.json
Normal file
6
src/main/resources/data/szar/damage_type/bullet.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"message_id": "bullet",
|
||||
"exhaustion": 0.1,
|
||||
"scaling": "when_caused_by_living_non_player",
|
||||
"effects": "hurt"
|
||||
}
|
||||
Reference in New Issue
Block a user