kraft
Version:
A mysterious command line game with lots of secrets
67 lines • 1.44 kB
JSON
{
"cobros": {
"description": "a leafy suburb that was once on an ancient trade route.",
"resources": {
"wood": 20,
"stone": 10,
"yeast": 5,
"water": 50,
"sugar": 15,
"hops": 10,
"agave-juice": 1
}
},
"eshain": {
"description": "the most imposing of a group of large mountains.",
"resources": {
"wood": 5,
"stone": 20,
"iron": 12,
"water": 20
}
},
"bruena": {
"description": "dangerous rocky terrain that holds certain treasure.",
"resources": {
"gold": 1,
"iron": 15,
"stone": 25,
"water": 5
}
},
"drunk-island": {
"secret": true,
"description": "home of drunks and moonshiners.",
"resources": {
"wood": 25,
"sugar": 10,
"iron": 10,
"water": 80,
"hops": 10,
"stone": 10,
"yeast": 15
}
},
"sonoran-desert": {
"description": "dry dead land filled with desert plants and mexicans",
"resources":{
"agave-juice": 20
}
},
"atlantis": {
"secret": true,
"description": "A lost underwater city that has resurfaced at a secret location, filled with hidden treasures",
"resources": {
"gold": 2,
"platinum": 1
}
},
"mount-moon": {
"secret": true,
"description": "A mysterious mountain containing cute creatures",
"resources": {
"moon-stone": 2,
"stone": 14
}
}
}