Add research
This commit is contained in:
parent
8632377544
commit
89e146e83d
|
@ -20,7 +20,37 @@
|
||||||
"race_picture": null,
|
"race_picture": null,
|
||||||
"race_bio": "The griffin, griffon, or gryphon (Greek: γρύφων, grýphōn, or γρύπων, grýpōn, early form γρύψ, grýps; Latin: gryphus) is a legendary creature with the body, tail, and back legs of a lion; the head and wings of an eagle; and sometimes an eagle's talons as its front feet. Because the lion was traditionally considered the king of the beasts and the eagle the king of birds by the Middle Ages the griffin was thought to be an especially powerful and majestic creature. Since classical antiquity, Griffins were known for guarding treasure and priceless possessions."
|
"race_bio": "The griffin, griffon, or gryphon (Greek: γρύφων, grýphōn, or γρύπων, grýpōn, early form γρύψ, grýps; Latin: gryphus) is a legendary creature with the body, tail, and back legs of a lion; the head and wings of an eagle; and sometimes an eagle's talons as its front feet. Because the lion was traditionally considered the king of the beasts and the eagle the king of birds by the Middle Ages the griffin was thought to be an especially powerful and majestic creature. Since classical antiquity, Griffins were known for guarding treasure and priceless possessions."
|
||||||
},
|
},
|
||||||
"color": "#FFFFFF"
|
"color": "#FFFFFF",
|
||||||
|
"tech": {
|
||||||
|
"weapons": {
|
||||||
|
"level": 1,
|
||||||
|
"points": 21
|
||||||
|
},
|
||||||
|
"banking": {
|
||||||
|
"level": 1,
|
||||||
|
"points": 0
|
||||||
|
},
|
||||||
|
"manufactoring": {
|
||||||
|
"level": 1,
|
||||||
|
"points": 6
|
||||||
|
},
|
||||||
|
"terraforming": {
|
||||||
|
"level": 1,
|
||||||
|
"points": 4
|
||||||
|
},
|
||||||
|
"hyperspace": {
|
||||||
|
"level": 1,
|
||||||
|
"points": 0
|
||||||
|
},
|
||||||
|
"experimentation": {
|
||||||
|
"level": 1,
|
||||||
|
"points": 0
|
||||||
|
},
|
||||||
|
"scanning": {
|
||||||
|
"level": 1,
|
||||||
|
"points": 0
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 1,
|
"id": 1,
|
||||||
|
@ -31,6 +61,36 @@
|
||||||
"race_bio": null
|
"race_bio": null
|
||||||
},
|
},
|
||||||
"color": "#0000FF"
|
"color": "#0000FF"
|
||||||
|
"tech": {
|
||||||
|
"weapons": {
|
||||||
|
"level": 1,
|
||||||
|
"points": 0
|
||||||
|
},
|
||||||
|
"banking": {
|
||||||
|
"level": 2,
|
||||||
|
"points": 0
|
||||||
|
},
|
||||||
|
"manufactoring": {
|
||||||
|
"level": 1,
|
||||||
|
"points": 52
|
||||||
|
},
|
||||||
|
"terraforming": {
|
||||||
|
"level": 1,
|
||||||
|
"points": 4
|
||||||
|
},
|
||||||
|
"hyperspace": {
|
||||||
|
"level": 1,
|
||||||
|
"points": 5
|
||||||
|
},
|
||||||
|
"experimentation": {
|
||||||
|
"level": 1,
|
||||||
|
"points": 40
|
||||||
|
},
|
||||||
|
"scanning": {
|
||||||
|
"level": 1,
|
||||||
|
"points": 0
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"stars": [
|
"stars": [
|
||||||
|
@ -71,7 +131,7 @@
|
||||||
{
|
{
|
||||||
"id": 2,
|
"id": 2,
|
||||||
"owner_id": null,
|
"owner_id": null,
|
||||||
"name": "Camilla",
|
"name": "Birdbathandbeyond",
|
||||||
"resources": 160,
|
"resources": 160,
|
||||||
"location": {
|
"location": {
|
||||||
"x": 0,
|
"x": 0,
|
||||||
|
@ -95,8 +155,24 @@
|
||||||
"last_location": 1,
|
"last_location": 1,
|
||||||
"orders": [
|
"orders": [
|
||||||
{
|
{
|
||||||
"star_id": 1,
|
"star_id": 0,
|
||||||
"action": "NOTHING"
|
"action": "NOTHING",
|
||||||
|
"number": null
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id":0,
|
||||||
|
"owner_id": 1,
|
||||||
|
"name": "The Fur Ship",
|
||||||
|
"ships": 10,
|
||||||
|
"location": null,
|
||||||
|
"last_location": 0,
|
||||||
|
"orders": [
|
||||||
|
{
|
||||||
|
"star_id": 2,
|
||||||
|
"action": "DROP",
|
||||||
|
"number": 5
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue