Skip to content

Commit

Permalink
[Ultica] Bunch of random terrain , pear tree and small tweaks by hoas…
Browse files Browse the repository at this point in the history
…d1 (#2190)

* [Ultica] Bunch of random terrain with pear tree by hoasd1

* [Ultica] Bunch of random terrain with pear tree and rebar cage fix by hoasd1
  • Loading branch information
hoasd1 authored Nov 10, 2023
1 parent 6430297 commit ae74887
Show file tree
Hide file tree
Showing 73 changed files with 562 additions and 65 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"id": [
"t_tree_apricot_season_spring",
"t_tree_mulberry_season_spring",
"t_tree_pear_season_spring",
"t_tree_plum_season_spring"
],
"fg": "t_tree_season_spring",
Expand All @@ -24,11 +23,6 @@
"fg": "t_tree_mulberry",
"bg": "t_grass_summer_giant"
},
{
"id": "t_tree_pear_season_autumn",
"fg": "t_tree_pear",
"bg": "t_grass_summer_giant"
},
{
"id": "t_tree_plum_season_summer",
"fg": "t_tree_plum",
Expand All @@ -38,8 +32,7 @@
"id": [
"t_tree_apricot_harvested",
"t_tree_mulberry_harvested",
"t_tree_plum_harvested",
"t_tree_pear_season_summer"
"t_tree_plum_harvested"
],
"fg": "t_tree",
"bg": "t_grass_summer_giant"
Expand All @@ -48,8 +41,7 @@
"id": [
"t_tree_apricot_season_autumn",
"t_tree_mulberry_season_autumn",
"t_tree_plum_season_autumn",
"t_tree_pear_harvested"
"t_tree_plum_season_autumn"
],
"fg": [
{ "weight": 100, "sprite": "t_tree_season_autumn" },
Expand All @@ -63,7 +55,6 @@
"id": [
"t_tree_apricot_season_winter",
"t_tree_mulberry_season_winter",
"t_tree_pear_season_winter",
"t_tree_plum_season_winter"
],
"fg": "t_tree_dead",
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"id": "t_tree_pear",
"fg": "t_tree_pear",
"bg": "t_grass_giant"
},
{
"id": "t_tree_pear_season_summer",
"fg": "t_tree_pear_season_summer",
"bg": "t_grass_summer_giant"
},
{
"id": "t_tree_pear_season_autumn",
"fg": "t_tree_pear_season_autumn",
"bg": "t_grass_autumn_giant"
},
{
"id": "t_tree_pear_season_winter",
"fg": "t_tree_pear_season_winter",
"bg": "snow_shallow_giant"
},
{
"id": "t_tree_pear_harvested",
"fg": "t_tree_pear_harvested",
"bg": "t_grass_autumn_giant"
}
]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"id": "t_oil_circ_brkr_l",
"fg": "t_oil_circ_brkr_l",
"bg": "t_concrete_large"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

This file was deleted.

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"id": "t_reb_cage",
"fg": "t_reb_cage_unconnected",
"bg": "t_thconc_floor_center",
"multitile": true,
"additional_tiles": [
{
"id": "center",
"fg": "t_reb_cage_center",
"bg": "t_thconc_floor_center"
},
{
"id": "corner",
"fg": [
"t_reb_cage_corner_nw",
"t_reb_cage_corner_sw",
"t_reb_cage_corner_se",
"t_reb_cage_corner_ne"
],
"bg": "t_thconc_floor_center"
},
{
"id": "t_connection",
"fg": [
"t_reb_cage_t_connection_n",
"t_reb_cage_t_connection_w",
"t_reb_cage_t_connection_s",
"t_reb_cage_t_connection_e"
],
"bg": "t_thconc_floor_center"
},
{
"id": "edge",
"fg": [
"t_reb_cage_edge_ns",
"t_reb_cage_edge_ew"
],
"bg": "t_thconc_floor_center"
},
{
"id": "end_piece",
"fg": [
"t_reb_cage_end_piece_n",
"t_reb_cage_end_piece_w",
"t_reb_cage_end_piece_s",
"t_reb_cage_end_piece_e"
],
"bg": "t_thconc_floor_center"
},
{
"id": "unconnected",
"fg": "t_reb_cage_unconnected",
"bg": "t_thconc_floor_center"
}
]
}

This file was deleted.

Loading

0 comments on commit ae74887

Please sign in to comment.