Skip to content

Commit

Permalink
Add IDs; move moose into new CDDA themed NKIs
Browse files Browse the repository at this point in the history
The moose originated from CleverRaven#27985, and was the only NKI not from the
original 1997 DOS version of robotfindskitten. Add a new snippet to the
category for CDDA-themed items, and add a couple of my own as well.

Include JSON comments noting the provenance of the original
robotfindskittens items.
  • Loading branch information
wapcaplet committed Oct 20, 2020
1 parent 3c4a6dc commit 29ee4db
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions data/json/snippets/robot_finds_kitten.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[
{
"id": "original_nkis",
"//": "Original items from 1997 DOS version of robotfindskitten",
"type": "snippet",
"category": "non_kitten_items",
"text": [
Expand Down Expand Up @@ -203,14 +205,14 @@
"…thingy???",
"It's 1000 secrets the government doesn't want you to know!",
"The letters O and R.",
"A magical… magic thing.",
"That is a moose, a thing of pure evil. You should \"RUN!\""
"A magical… magic thing."
]
},
{
"id": "latest_official_nkis",
"//": "Additional items from current official robotfindskitten game, GPL licensed",
"type": "snippet",
"category": "non_kitten_items",
"//": "Additional items from current official rfk",
"text": [
"\"201 Kitten Verbs, Fully Conjugated\". You look for \"find\".",
"\"50 Years Among the Non-Kitten Items\", by Ann Droyd.",
Expand Down Expand Up @@ -419,5 +421,16 @@
"You've found the snows of yesteryear! So that's where they all went to.",
"You've found... Oh wait, that's just a cat."
]
},
{
"id": "cdda_themed_nkis",
"//": "Extra CDDA-themed items or memes",
"type": "snippet",
"category": "non_kitten_items",
"text": [
"That is a moose, a thing of pure evil. You should \"RUN!\"",
"It's a half-drunk 200-liter tank of pine needle tea.",
"Here is a cargo space containing half a year's supply of pemmican."
]
}
]

0 comments on commit 29ee4db

Please sign in to comment.