Skip to content

Commit

Permalink
add to mods, please the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
NetSysFire committed Nov 29, 2024
1 parent 0ad287d commit 16f7ac2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/furniture_and_terrain/terrain-flora.json
Original file line number Diff line number Diff line change
Expand Up @@ -2288,7 +2288,7 @@
"id": "t_shrub_hobblebush",
"name": "hobblebush",
"looks_like": "t_shrub_blueberry",
"description": "Called hobblebush because it may hinder and trip, hobbles, unwary hikers with its branches bending over and taking root. It also bears surprisingly sweet berries in autumn.",
"description": "Called hobblebush because it may hinder and trip, hobbles, unwary hikers with its branches bending over and taking root. It also bears surprisingly sweet berries in autumn.",
"symbol": "#",
"color": "light_blue_green",
"move_cost": 9,
Expand All @@ -2315,7 +2315,7 @@
"id": "t_shrub_hobblebush_harvested",
"name": "hobblebush",
"looks_like": "t_shrub",
"description": "Called hobblebush because it may hinder and trip, hobbles, unwary hikers with its branches bending over and taking root. It also bears surprisingly sweet berries in autumn, if it hadn't been picked clean already.",
"description": "Called hobblebush because it may hinder and trip, hobbles, unwary hikers with its branches bending over and taking root. It also bears surprisingly sweet berries in autumn, if it hadn't been picked clean already.",
"symbol": "#",
"color": "blue_green",
"move_cost": 9,
Expand Down
6 changes: 6 additions & 0 deletions data/mods/Magiclysm/ter_fur_transform/ter_fur_transform.json
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,8 @@
"t_bamboo_harvested",
"t_shrub",
"t_shrub_rose",
"t_shrub_hobblebush",
"t_shrub_spicebush",
"t_shrub_lilac",
"t_shrub_grape",
"t_shrub_peanut",
Expand All @@ -350,6 +352,8 @@
"t_shrub_blackberry",
"t_shrub_huckleberry",
"t_shrub_rose_harvested",
"t_shrub_hobblebush_harvested",
"t_shrub_spicebush_harvested",
"t_shrub_grape_harvested",
"t_shrub_lilac_harvested",
"t_shrub_peanut_harvested",
Expand Down Expand Up @@ -466,6 +470,7 @@
[ "t_tree_walnut_harvested", 16 ],
[ "t_tree_nannyberry_harvested", 16 ],
[ "t_tree_tupelo_harvested", 16 ],
[ "t_tree_tupelo_harvested", 16 ],
[ "t_tree_butternut", 4 ],
[ "t_tree_chestnut_harvested", 8 ],
[ "t_tree_hazelnut_harvested", 2 ],
Expand Down Expand Up @@ -493,6 +498,7 @@
[ "t_underbrush", 65 ],
[ "t_shrub_spicebush_harvested", 10 ],
[ "t_shrub_chokeberry_harvested", 10 ],
[ "t_shrub_autumn_olive_harvested", 10 ],
[ "t_shrub_rose", 5 ],
[ "t_shrub_blackberry_harvested", 5 ],
[ "t_shrub_grape_harvested", 5 ],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,8 @@
[ "t_grass_tall", 20 ],
[ "t_shrub", 30 ],
[ "t_underbrush", 65 ],
[ "t_shrub_hobblebush_harvested", 10 ],
[ "t_shrub_autumn_olive_harvested", 10 ],
[ "t_shrub_spicebush_harvested", 10 ],
[ "t_shrub_chokeberry_harvested", 10 ],
[ "t_shrub_rose", 5 ],
Expand Down

0 comments on commit 16f7ac2

Please sign in to comment.