All translations

From Vintage Story Wiki

Enter a message name below to show all available translations.

Message

Found 3 translations.

NameCurrent message text
 h English (en)Line 108-123 should contain this:
<syntaxhighlight lang="json">
{
code: "meleeattack",
entityCodes: ["player", "chicken-rooster", "chicken-hen", "chicken-baby", "hare-*"],
priority: 2,
damage: 8,
damageTier: 2,
damageType: "SlashingAttack",
slot: 1,
mincooldown: 1500, 
maxcooldown: 1500, 
attackDurationMs: 800,
damagePlayerAtMs: 500,
animation: "Attack",
animationSpeed: 2.5,
sound: "creature/wolf/attack"
},
</syntaxhighlight>
 h Spanish (es)Las líneas 108-123 deben contener esto:
<syntaxhighlight lang="json">
{
code: "meleeattack",
entityCodes: ["player", "chicken-rooster", "chicken-hen", "chicken-baby", "hare-*"],
priority: 2,
damage: 8,
damageTier: 2,
damageType: "SlashingAttack",
slot: 1,
mincooldown: 1500, 
maxcooldown: 1500, 
attackDurationMs: 800,
damagePlayerAtMs: 500,
animation: "Attack",
animationSpeed: 2.5,
sound: "creature/wolf/attack"
},
</syntaxhighlight>
 h Russian (ru)Строка 108-123 должна содержать следующее:
<syntaxhighlight lang="json">
{
code: "meleeattack",
entityCodes: ["player", "chicken-rooster", "chicken-hen", "chicken-baby", "hare-*"],
priority: 2,
damage: 8,
damageTier: 2,
damageType: "SlashingAttack",
slot: 1,
mincooldown: 1500, 
maxcooldown: 1500, 
attackDurationMs: 800,
damagePlayerAtMs: 500,
animation: "Attack",
animationSpeed: 2.5,
sound: "creature/wolf/attack"
},
</syntaxhighlight>