All public logs

From Vintage Story Wiki

Combined display of all available logs of Vintage Story Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 21:09, 14 June 2023 Eleli talk contribs created page Translations:Modding:Basic Modding Examples/15/es (Created page with "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>")