-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
208 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
{ | ||
"level_1": { | ||
"small_rat": { | ||
"components": { | ||
"position": {}, | ||
"appearance": { | ||
"Name": "Small rat", | ||
"Description": "A very small rat. It doesn't look very tough.", | ||
"Glyph": { | ||
"Char": "r", | ||
"Color": "#8B4513" | ||
}, | ||
"Layer": 1 | ||
}, | ||
"blocking": {}, | ||
"simpleai": {} | ||
} | ||
}, | ||
"large_rat": { | ||
"components": { | ||
"position": {}, | ||
"appearance": { | ||
"Name": "Large rat", | ||
"Description": "A very large rat. It's big...but still doesn't look too tough.", | ||
"Glyph": { | ||
"Char": "R", | ||
"Color": "#D2691E" | ||
}, | ||
"Layer": 1 | ||
}, | ||
"blocking": {}, | ||
"simpleai": {} | ||
} | ||
}, | ||
"cave_bat": { | ||
"components": { | ||
"position": {}, | ||
"appearance": { | ||
"Name": "Cave bat", | ||
"Description": "A small, gray, bat. It's fast, bot not a threat. By itself.", | ||
"Glyph": { | ||
"Char": "b", | ||
"Color": "gray" | ||
}, | ||
"Layer": 1 | ||
}, | ||
"blocking": {}, | ||
"simpleai": {} | ||
} | ||
} | ||
}, | ||
"level_2": { | ||
"pissed_rat": { | ||
"components": { | ||
"position": {}, | ||
"appearance": { | ||
"Name": "Small, pissed off, rat", | ||
"Description": "A very small rat. It looks really pissed off.", | ||
"Glyph": { | ||
"Char": "r", | ||
"Color": "red" | ||
}, | ||
"Layer": 1 | ||
}, | ||
"blocking": {}, | ||
"simpleai": {} | ||
} | ||
}, | ||
"kobold": { | ||
"components": { | ||
"position": {}, | ||
"appearance": { | ||
"Name": "Kobold", | ||
"Description": "A small humanoid creature, it is clothed in rags, and is carrying a rock. Looks like it knows how to use it, too.", | ||
"Glyph": { | ||
"Char": "k", | ||
"Color": "brown" | ||
}, | ||
"Layer": 1 | ||
}, | ||
"blocking": {}, | ||
"simpleai": {} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters