Skip to content

Instantly share code, notes, and snippets.

@manderly
Created July 31, 2018 02:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manderly/d00968c14d8ef29c215dcbfad3755c39 to your computer and use it in GitHub Desktop.
Save manderly/d00968c14d8ef29c215dcbfad3755c39 to your computer and use it in GitHub Desktop.
Export of Items data as a JSON from Google Sheets for use in GameMaker Studio 2
[
{
"name": "Rusty Broadsword",
"prestige": 0,
"slot": "mainHand",
"rarity": "common",
"classRestriction": "warrior",
"noDrop": false,
"hpRaw": 0,
"manaRaw": 0,
"DPS": 3,
"strength": 0,
"armor": 0,
"defense": 0,
"accuracy": 0,
"stamina": 0,
"intelligence": 0,
"wisdom": 0
},
{
"name": "Rusty Knife",
"prestige": 0,
"slot": "mainHand",
"rarity": "common",
"classRestriction": "",
"noDrop": false,
"hpRaw": 0,
"manaRaw": 0,
"DPS": 1,
"strength": 0,
"armor": 0,
"defense": 0,
"accuracy": 0,
"stamina": 0,
"intelligence": 0,
"wisdom": 0
},
{
"name": "Rusty Old Shield",
"prestige": 0,
"slot": "mainHand",
"rarity": "common",
"classRestriction": "warrior",
"noDrop": false,
"hpRaw": 0,
"manaRaw": 0,
"DPS": 0,
"strength": 0,
"armor": 2,
"defense": 1,
"accuracy": 0,
"stamina": 0,
"intelligence": 0,
"wisdom": 0
},
{
"name": "Cracked Staff",
"prestige": 0,
"slot": "mainHand",
"rarity": "common",
"classRestriction": "wizard",
"noDrop": false,
"hpRaw": 0,
"manaRaw": 2,
"DPS": 0,
"strength": 0,
"armor": 0,
"defense": 0,
"accuracy": 0,
"stamina": 0,
"intelligence": 0,
"wisdom": 0
},
{
"name": "Chainmail Vest",
"prestige": 0,
"slot": "chest",
"rarity": "common",
"classRestriction": "rogue",
"noDrop": false,
"hpRaw": 0,
"manaRaw": 0,
"DPS": 0,
"strength": 0,
"armor": 3,
"defense": 0,
"accuracy": 0,
"stamina": 0,
"intelligence": 0,
"wisdom": 0
},
{
"name": "Chainmail Leggings",
"prestige": 0,
"slot": "legs",
"rarity": "common",
"classRestriction": "rogue",
"noDrop": false,
"hpRaw": 0,
"manaRaw": 0,
"DPS": 0,
"strength": 0,
"armor": 3,
"defense": 0,
"accuracy": 0,
"stamina": 0,
"intelligence": 0,
"wisdom": 0
},
{
"name": "Chainmail Boots",
"prestige": 0,
"slot": "feet",
"rarity": "common",
"classRestriction": "rogue",
"noDrop": false,
"hpRaw": 0,
"manaRaw": 0,
"DPS": 0,
"strength": 0,
"armor": 3,
"defense": 0,
"accuracy": 0,
"stamina": 0,
"intelligence": 0,
"wisdom": 0
},
{
"name": "Chainmail Coif",
"prestige": 0,
"slot": "head",
"rarity": "common",
"classRestriction": "rogue",
"noDrop": false,
"hpRaw": 0,
"manaRaw": 0,
"DPS": 0,
"strength": 0,
"armor": 2,
"defense": 0,
"accuracy": 0,
"stamina": 0,
"intelligence": 0,
"wisdom": 0
},
{
"name": "Simple Ring",
"prestige": 0,
"slot": "jewelry",
"rarity": "common",
"classRestriction": "",
"noDrop": false,
"hpRaw": 2,
"manaRaw": 2,
"DPS": 0,
"strength": 0,
"armor": 0,
"defense": 0,
"accuracy": 0,
"stamina": 0,
"intelligence": 0,
"wisdom": 0
},
{
"name": "Simple Earring",
"prestige": 0,
"slot": "jewelry",
"rarity": "common",
"classRestriction": "",
"noDrop": false,
"hpRaw": 0,
"manaRaw": 0,
"DPS": 0,
"strength": 0,
"armor": 0,
"defense": 0,
"accuracy": 0,
"stamina": 0,
"intelligence": 1,
"wisdom": 0
},
{
"name": "Basic Bow",
"prestige": 0,
"slot": "mainHand",
"rarity": "common",
"classRestriction": "ranger",
"noDrop": false,
"hpRaw": 0,
"manaRaw": 0,
"DPS": 3,
"strength": 0,
"armor": 0,
"defense": 0,
"accuracy": 0,
"stamina": 0,
"intelligence": 0,
"wisdom": 0
},
{
"name": "Cloth Shirt",
"prestige": 0,
"slot": "chest",
"rarity": "common",
"classRestriction": "",
"noDrop": false,
"hpRaw": 0,
"manaRaw": 0,
"DPS": 0,
"strength": 0,
"armor": 1,
"defense": 0,
"accuracy": 0,
"stamina": 0,
"intelligence": 0,
"wisdom": 0
},
{
"name": "Cloth Pants",
"prestige": 0,
"slot": "legs",
"rarity": "common",
"classRestriction": "",
"noDrop": false,
"hpRaw": 0,
"manaRaw": 0,
"DPS": 0,
"strength": 0,
"armor": 1,
"defense": 0,
"accuracy": 0,
"stamina": 0,
"intelligence": 0,
"wisdom": 0
},
{
"name": "Shabby Robe",
"prestige": 0,
"slot": "chest",
"rarity": "common",
"classRestriction": "wizard",
"noDrop": false,
"hpRaw": 0,
"manaRaw": 5,
"DPS": 0,
"strength": 0,
"armor": 2,
"defense": 0,
"accuracy": 0,
"stamina": 0,
"intelligence": 0,
"wisdom": 0
},
{
"name": "Simple Grey Robe",
"prestige": 0,
"slot": "chest",
"rarity": "common",
"classRestriction": "wizard",
"noDrop": false,
"hpRaw": 0,
"manaRaw": 0,
"DPS": 0,
"strength": 0,
"armor": 2,
"defense": 0,
"accuracy": 0,
"stamina": 0,
"intelligence": 5,
"wisdom": 0
},
{
"name": "Blue Cotton Robe",
"prestige": 0,
"slot": "chest",
"rarity": "common",
"classRestriction": "wizard",
"noDrop": false,
"hpRaw": 5,
"manaRaw": 5,
"DPS": 0,
"strength": 0,
"armor": 3,
"defense": 0,
"accuracy": 0,
"stamina": 0,
"intelligence": 2,
"wisdom": 2
},
{
"name": "Sparkling Metallic Robe",
"prestige": 5,
"slot": "chest",
"rarity": "uncommon",
"classRestriction": "wizard",
"noDrop": true,
"hpRaw": 25,
"manaRaw": 50,
"DPS": 0,
"strength": 0,
"armor": 10,
"defense": 0,
"accuracy": 0,
"stamina": 2,
"intelligence": 10,
"wisdom": 10
},
{
"name": "Robe of Eternity",
"prestige": 10,
"slot": "chest",
"rarity": "epic",
"classRestriction": "wizard",
"noDrop": true,
"hpRaw": 50,
"manaRaw": 100,
"DPS": 0,
"strength": 0,
"armor": 15,
"defense": 5,
"accuracy": 5,
"stamina": 5,
"intelligence": 25,
"wisdom": 25
},
{
"name": "Tzip's Crooked Dagger",
"prestige": 5,
"slot": "mainHand",
"rarity": "rare",
"classRestriction": "rogue",
"noDrop": true,
"hpRaw": 25,
"manaRaw": 0,
"DPS": 15,
"strength": 5,
"armor": 0,
"defense": 3,
"accuracy": 3,
"stamina": 3,
"intelligence": 0,
"wisdom": 0
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment