forked from irmen/Tale
-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
22 changed files
with
321 additions
and
58 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
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,12 @@ | ||
[ | ||
{ | ||
"name":"Kobbo", | ||
"gender":"m", | ||
"race":"kobold", | ||
"type":"Living", | ||
"title":"Kobbo the King", | ||
"descr":"Kobbo has a grace only royal kobolds posses", | ||
"short_descr":"A kobold", | ||
"location":"Cave.Royal Grotto" | ||
} | ||
] |
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,27 @@ | ||
[ | ||
{ | ||
"name":"Box 1", | ||
"title":"Box 1", | ||
"descr":"A small box with intricate bejewelled patterns", | ||
"short_descr": "A small bejewelled box", | ||
"type":"Boxlike", | ||
"location":"Cave.Cave entrance" | ||
}, | ||
{ | ||
"name":"Royal Sceptre", | ||
"title":"Royal Sceptre", | ||
"descr":"This stick is Kobbo the Kings royal sceptre. Looks good for walloping someone with", | ||
"short_descr":"A gnarly looking stick", | ||
"type":"Weapon", | ||
"location":"Cave.Royal Grotto" | ||
}, | ||
{ | ||
"name":"Hoodie", | ||
"title":"Grey Hoodie", | ||
"descr":"A brand new, grey hoodie with a logo of a common brand", | ||
"short_descr": "A grey hoodie", | ||
"type":"Wearable", | ||
"location":"Cave.Cave entrance" | ||
} | ||
|
||
] |
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,15 @@ | ||
{ | ||
"name":"Cave", | ||
"rooms":[ | ||
{ | ||
"name": "Cave entrance", | ||
"descr": "This cave entrance gives shelter from the wind and rain.", | ||
"exits": [{"name" : "Royal Grotto", "short_desc":"Exit to Grotto", "long_desc":"There's an opening that leads deeper into the cave'", "enter_msg":""}] | ||
}, | ||
{ | ||
"name": "Royal Grotto", | ||
"descr": "This is Kobbo the Kings throne room. It's a dark, damp place with a log in one end", | ||
"exits": [{"name" : "Cave entrance", "short_desc":"exit to Cave entrance", "long_desc":"", "enter_msg":""}] | ||
} | ||
] | ||
} |
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,33 @@ | ||
{ | ||
"name":"Test Story Config 1", | ||
"type":"StoryConfig", | ||
"author":"test author", | ||
"author_address":"" , | ||
"version":"1.10" , | ||
"requires_tale":"4.0" , | ||
"supported_modes":["IF"] , | ||
"player_name":"" , | ||
"player_gender":"" , | ||
"player_race":"human" , | ||
"player_money":0.0 , | ||
"playable_races":[] , | ||
"money_type":"NOTHING" , | ||
"server_tick_method":"COMMAND" , | ||
"server_tick_time":5.0 , | ||
"gametime_to_realtime":1 , | ||
"max_wait_hours":2 , | ||
"display_gametime":false , | ||
"display_race":false , | ||
"epoch":null , | ||
"startlocation_player":"Cave.Cave entrance" , | ||
"startlocation_wizard":"Cave.Cave entrance" , | ||
"savegames_enabled":true , | ||
"show_exits_in_look":true , | ||
"license_file":"", | ||
"mud_host":"", | ||
"mud_port":0, | ||
"zones":["test_locations"], | ||
"npcs":"test_npcs", | ||
"items":"test_items", | ||
"server_mode":"IF" | ||
} |
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,15 @@ | ||
{ | ||
"name":"Cave", | ||
"rooms":[ | ||
{ | ||
"name": "Cave entrance", | ||
"descr": "This cave entrance gives shelter from the wind and rain.", | ||
"exits": [{"name" : "Royal Grotto", "short_desc":"Exit to Grotto", "long_desc":"There's an opening that leads deeper into the cave'", "enter_msg":""}] | ||
}, | ||
{ | ||
"name": "Royal Grotto", | ||
"descr": "This is Kobbo the Kings throne room. It's a dark, damp place with a log in one end", | ||
"exits": [{"name" : "Cave entrance", "short_desc":"exit to Cave entrance", "long_desc":"", "enter_msg":""}] | ||
} | ||
] | ||
} |
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
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
Oops, something went wrong.