Skip to content

Commit

Permalink
whoops, really fixed items list this time;
Browse files Browse the repository at this point in the history
  • Loading branch information
lendrick committed Jan 29, 2012
1 parent 2f635ed commit f5ac332
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions qrpg-build-desktop/Tech Demo 2/data/items.json
Expand Up @@ -49,10 +49,10 @@
"useAbility" : null,
"equipAbility" : null,
"unequipAbility" : null,
"portrait" : null
"portrait" : "images/icons/W_Sword001.png"
},
{
"name" : "Iron Bow",
"name" : "Wooden Bow",
"description" : "Some damage from the back row, as they say.",
"types" : "weapon non-metal ranged",
"atk" : 12,
Expand All @@ -66,7 +66,7 @@
"useAbility" : null,
"equipAbility" : null,
"unequipAbility" : null,
"portrait" : null
"portrait" : "images/icons/W_Bow02.png"
},
{
"name" : "Leather Armor",
Expand Down Expand Up @@ -100,7 +100,7 @@
"useAbility" : null,
"equipAbility" : null,
"unequipAbility" : null,
"portrait" : null
"portrait" : "images/icons/C_Elm01.png"
},
{
"name" : "Wizard Robe",
Expand Down Expand Up @@ -151,7 +151,7 @@
"useAbility" : null,
"equipAbility" : null,
"unequipAbility" : null,
"portrait" : null
"portrait" : "images/icons/C_Wood01.png"
},
{
"name" : "Wooden Shield",
Expand All @@ -168,7 +168,7 @@
"useAbility" : null,
"equipAbility" : null,
"unequipAbility" : null,
"portrait" : null
"portrait" : "images/icons/C_Wood02.png"
},
{
"name" : "Iron Armor",
Expand All @@ -185,7 +185,7 @@
"useAbility" : null,
"equipAbility" : null,
"unequipAbility" : null,
"portrait" : null
"portrait" : "images/icons/A_Armour02.png"
},
{
"name" : "Iron Helm",
Expand All @@ -202,7 +202,7 @@
"useAbility" : null,
"equipAbility" : null,
"unequipAbility" : null,
"portrait" : null
"portrait" : "images/icons/C_Elm02.png"
},
{
"name" : "Potion",
Expand Down

0 comments on commit f5ac332

Please sign in to comment.