Skip to content

Commit

Permalink
a22.5 (bear added)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoSupremo committed Oct 5, 2017
1 parent c407059 commit 646892c
Show file tree
Hide file tree
Showing 290 changed files with 24,857 additions and 0 deletions.
Binary file added data/biome/images/swamp_400x300.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/biome/images/swamp_story_board.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions data/biome/index.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"biomes" : {
"swamp": "swamp_goblins:biome:swamp"
}
}
19 changes: 19 additions & 0 deletions data/biome/swamp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"alias": "swamp_goblins:biome:swamp",
"display_name": "i18n(swamp_goblins:data.biome.swamp.display_name)",
"description": "i18n(swamp_goblins:data.biome.swamp.description)",
"random_location_names": [
"i18n(swamp_goblins:data.biome.swamp.random_location_names.000)"
],
"image": "file(images/swamp_400x300.jpg)",
"story_board_image": "file(images/swamp_story_board.jpg)",
"game_mode_images": {
"stonehearth:game_mode:normal": "/stonehearth/data/biome/images/temperate_story_normal.png",
"stonehearth:game_mode:hard": "/stonehearth/data/biome/images/temperate_story_normal.png"
},
"applied_manifests": {
"swamp": "swamp_goblins/swamp_biome_selected/manifest.json"
},
"generation_file": "file(swamp_generation.json)",
"mining_loot_table": "file(swamp_mining_loot_table.json)"
}
Loading

0 comments on commit 646892c

Please sign in to comment.