Translations:Modding:Basic Modding Examples/15/es: Revision history

From Vintage Story Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

    14 June 2023

    • curprev 21:0921:09, 14 June 2023Eleli talk contribs 450 bytes +450 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>"