diff options
| author | J08nY | 2017-04-24 02:23:37 +0200 |
|---|---|---|
| committer | J08nY | 2017-04-24 02:23:37 +0200 |
| commit | 8f1613ca0fab95fe837d9278e7829f70fb7bc934 (patch) | |
| tree | 572ebdce96d1e1734d5175d646fe2248d483cff2 /assets/combinator.json | |
| parent | cfe4ce0fb4705a6c231528d60e4833c4dc2ec68f (diff) | |
| download | ld38-8f1613ca0fab95fe837d9278e7829f70fb7bc934.tar.gz ld38-8f1613ca0fab95fe837d9278e7829f70fb7bc934.tar.zst ld38-8f1613ca0fab95fe837d9278e7829f70fb7bc934.zip | |
Diffstat (limited to 'assets/combinator.json')
| -rw-r--r-- | assets/combinator.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/assets/combinator.json b/assets/combinator.json new file mode 100644 index 0000000..b4d41e0 --- /dev/null +++ b/assets/combinator.json @@ -0,0 +1,20 @@ +{ + "bases": [ + "Great, you have succesfully created a new planet! It has a mass of /mass/, it is mainly /type/.", + "Your new creation is ready master! A planet was created as you commanded. /mass_comment/ /type_comment/" + ], + "mass_comment": { + "very_small": "It's so tiny it's largest mountain almost covers it.", + "small": "A rather small planet.", + "medium": "", + "big": "", + "huge": "", + "yuge": "It is so YUGE! Something else must be small... Look at those hands. Are they small hands? And he referred to my hands, if they are small, something else must be small." + }, + "type_comment": { + "solid": "It is clearly solid, with a metallic core.", + "rock": "A rocky planet, like this one shouldn't get lost anywhere.", + "icy": "Consists largely of ice, which being a solid form of water, gives good chances to CHON based life forms.", + "gaseous": "Gaseous." + } +} |
