@ -2,48 +2,52 @@
"TORCH_BAD" : {
"id" : "TORCH_BAD" ,
"name" : "Crappy Torch" ,
"foreground" : [ 24 , 120 , 189 ] ,
"background" : [ 230 , 120 , 120 ] ,
"description" : "A torch that barely lights the way. You wonder if it'd be better to not see the person who murders you." ,
"inventory_count" : 1 ,
"components" : [
{ "_type" : "LightSource" , "strength" : 70 , "radius" : 2.0 } ,
{ "_type" : "Tile" , "chr" : "\u0f08" }
{ "_type" : "Tile" , "chr" : "\u0f08" ,
"foreground" : [ 24 , 120 , 189 ] ,
"background" : [ 230 , 120 , 120 ]
}
]
} ,
"SWORD_RUSTY" : {
"id" : "SWORD_RUSTY" ,
"name" : "Rusty Junk Sword" ,
"foreground" : [ 24 , 120 , 189 ] ,
"background" : [ 24 , 120 , 189 ] ,
"description" : "A sword left to rot in a deep hole where it acquired a patina of dirt and tetanus. You aren't sure if it's more deadly for you to hold it or for the people you stab with it." ,
"inventory_count" : 1 ,
"components" : [
{ "_type" : "Weapon" , "damage" : 15 } ,
{ "_type" : "Tile" , "chr" : "\u1e37" }
{ "_type" : "Tile" , "chr" : "\u1e37" ,
"foreground" : [ 24 , 120 , 189 ] ,
"background" : [ 24 , 120 , 189 ]
}
]
} ,
"SWORD_LIGHT_AND_FLAME" : {
"id" : "SWORD_LIGHT_AND_FLAME" ,
"name" : "Sword of Light and Flame" ,
"foreground" : [ 24 , 205 , 210 ] ,
"background" : [ 24 , 205 , 210 ] ,
"description" : "A sword so powerful, a great man from the Land of The Rising Sun thrust it into the ocean of Nerf to chill its effects." ,
"inventory_count" : 1 ,
"components" : [
{ "_type" : "LightSource" , "strength" : 70 , "radius" : 1.8 } ,
{ "_type" : "Tile" , "chr" : "\u0236" } ,
{ "_type" : "Tile" , "chr" : "\u0236" ,
"foreground" : [ 24 , 205 , 210 ] ,
"background" : [ 24 , 205 , 210 ]
} ,
{ "_type" : "Weapon" , "damage" : 30 }
]
} ,
"CHEST_SMALL" : {
"id" : "CHEST_SMALL" ,
"name" : "Small Chest" ,
"foreground" : [ 150 , 100 , 189 ] ,
"background" : [ 150 , 100 , 189 ] ,
"description" : "A small chest of gold. You wonder who would leave something like this around." ,
"components" : [
{ "_type" : "Tile" , "chr" : "\uaaea" } ,
{ "_type" : "Tile" , "chr" : "\uaaea" ,
"foreground" : [ 150 , 100 , 189 ] ,
"background" : [ 150 , 100 , 189 ]
} ,
{ "_type" : "Loot" , "amount" : 10 }
] ,
"inventory_count" : 1
@ -51,24 +55,26 @@
"WALL_TORCH" : {
"id" : "WALL_TORCH" ,
"name" : "Basic Wall Torch" ,
"foreground" : [ 24 , 205 , 210 ] ,
"background" : [ 24 , 205 , 210 ] ,
"description" : "A torch on a wall you can't pick up." ,
"inventory_count" : 0 ,
"components" : [
{ "_type" : "Tile" , "chr" : "\u077e" } ,
{ "_type" : "Tile" , "chr" : "\u077e" ,
"foreground" : [ 24 , 205 , 210 ] ,
"background" : [ 24 , 205 , 210 ]
} ,
{ "_type" : "LightSource" , "strength" : 60 , "radius" : 1.8 }
]
} ,
"POTION_HEALING_SMALL" : {
"id" : "POTION_HEALING_SMALL" ,
"name" : "Small Healing Potion" ,
"foreground" : [ 255 , 205 , 189 ] ,
"background" : [ 255 , 205 , 189 ] ,
"description" : "A small healing potion." ,
"inventory_count" : 1 ,
"components" : [
{ "_type" : "Tile" , "chr" : "\u03eb" } ,
{ "_type" : "Tile" , "chr" : "\u03eb" ,
"foreground" : [ 255 , 205 , 189 ] ,
"background" : [ 255 , 205 , 189 ]
} ,
{ "_type" : "Curative" , "hp" : 20 }
]
}