Skip to content

Instantly share code, notes, and snippets.

@aimbot6120
Created May 17, 2024 09:51
Show Gist options
  • Save aimbot6120/22318b04cd5f462ccc00ccf5c08b2c99 to your computer and use it in GitHub Desktop.
Save aimbot6120/22318b04cd5f462ccc00ccf5c08b2c99 to your computer and use it in GitHub Desktop.
Demo json for eclipse time
{
"fields": {
"noun": {
"desc": "Choose the creature to interact with:",
"data": [
{
"Bat": "The bats on this plane are way bigger and fierce than the ones on the earth. Their fangs can pierce a giant’s skin easily."
},
{
"Spider": "Spiders of this planet are not only bigger, but also more venomous. They have no trouble in defeating Monsters with it."
},
{
"Octopus": "Octopus are rather less hostile and more intelligent than other creatures on this planet. And they can float in air too. You can even ride them."
},
{
"Giant": "Giants are enormous human like creatures, with rather limited reasoning power. They do not attack unless aggravated."
},
{
"Monster": "Monsters are hideous mutations who have changed so much that no one can recognise what they mutated from. Very aggressive."
}
]
},
"verb":{
"desc": "Choose the action to perform:",
"data": [
{
"Capture": "Capturing creatures to study, understand and tame it. To capture you first need experience in killing it."
},
{
"Summon": "Summoning a creature at will requires great concentration and understanding. Experience in capturing is a minimum."
},
{
"Transform": "Transforming into a creature of this planet is the most difficult task and requires a lot of concentration. Experience in summoning is a must."
},
{
"Defeat": "Hunt and kill a creature for food and materials. You must learn this to survive on this planet."
},
{
"Ride": "You can ride creatures to travel quickly! You need to learn to summon them first."
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment