Skip to content

Instantly share code, notes, and snippets.

@nico159
Last active December 15, 2015 09:19
Show Gist options
  • Save nico159/5237586 to your computer and use it in GitHub Desktop.
Save nico159/5237586 to your computer and use it in GitHub Desktop.
descrizione = "ForumFree RPG";
function CreaturaMizucoso () {
var nome = "Mizucoso",
hp = NaN,
categoria = 'staffer in incognito',
attacchi = { 'banDalCircuito': 1000, 'ignora': 300, 'postaPorcella': 100, 'evocaKostakishi': 999999 };
}
function CreaturaAny () {
var nome = 'Any_Melodia',
hp = 2525,
categoria = 'magazine troll',
attacchi = { 'cercaFoto': 512, 'iniquo': 2023, 'rubaCuori': 1, 'pubbicaBilancio': 999999 };
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment