diff options
| author | J08nY | 2017-04-25 01:04:37 +0200 |
|---|---|---|
| committer | J08nY | 2017-04-25 01:04:37 +0200 |
| commit | 379c2794c40bc2b212d29fa0e0847f76e3f3a870 (patch) | |
| tree | b00311bbbc2784981dd92b1e161c414c823bbe86 /assets/combinator.json | |
| parent | 146b302545b8cda8df456d105ac30ee961365056 (diff) | |
| download | ld38-379c2794c40bc2b212d29fa0e0847f76e3f3a870.tar.gz ld38-379c2794c40bc2b212d29fa0e0847f76e3f3a870.tar.zst ld38-379c2794c40bc2b212d29fa0e0847f76e3f3a870.zip | |
Diffstat (limited to 'assets/combinator.json')
| -rw-r--r-- | assets/combinator.json | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/assets/combinator.json b/assets/combinator.json index ec383d8..6d48ebf 100644 --- a/assets/combinator.json +++ b/assets/combinator.json @@ -3,20 +3,23 @@ "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/" +A planet was created as you commanded.\ +/mass_comment/\ +/type_comment/", + "The materials combined and created a /type/ planet, with a mass of /mass/." ], "mass_comment": { "very_small": "It's so tiny it's largest mountain almost covers it.", "small": "A rather small planet.", - "medium": "", - "big": "", - "huge": "", + "medium": "Medium sized.", + "big": "A very large planet.", + "huge": "It's quiet 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." + "gaseous": "It is gaseous." } } |
