Skip to content

Commit 5aa86ec

Browse files
authored
Migrate seasonal harvested underbrush to t_underbrush_harvested (#82420)
* Migrate seasonal harvested underbrush to t_underbrush_harvested * t_underbrush_harvested_winter is a SHRUB * Somehow forgot to mark it harvested, good job sleepy me
1 parent b307707 commit 5aa86ec

File tree

12 files changed

+39
-159
lines changed

12 files changed

+39
-159
lines changed

data/json/furniture_and_terrain/terrain-flora.json

Lines changed: 7 additions & 123 deletions
Original file line numberDiff line numberDiff line change
@@ -1541,6 +1541,7 @@
15411541
"SMALL_HIDE"
15421542
],
15431543
"examine_action": "shrub_wildveggies",
1544+
"transforms_into": "t_underbrush_harvested",
15441545
"bash": {
15451546
"str_min": 4,
15461547
"str_max": 30,
@@ -1552,131 +1553,14 @@
15521553
},
15531554
{
15541555
"type": "terrain",
1555-
"id": "t_underbrush_harvested_spring",
1556-
"name": "underbrush",
1557-
"looks_like": "t_underbrush",
1558-
"description": "Small plants and shrubs that decorate the forest. It has been rummaged through and doesn't have anything useful left to forage from it.",
1559-
"symbol": "#",
1560-
"color": "green",
1561-
"move_cost": 6,
1562-
"coverage": 40,
1563-
"flags": [
1564-
"TRANSPARENT",
1565-
"DIGGABLE",
1566-
"CONTAINER",
1567-
"FLAMMABLE_ASH",
1568-
"THIN_OBSTACLE",
1569-
"PLACE_ITEM",
1570-
"SHRUB",
1571-
"SHORT",
1572-
"HARVESTED",
1573-
"SMALL_HIDE"
1574-
],
1575-
"transforms_into": "t_underbrush",
1576-
"bash": {
1577-
"str_min": 4,
1578-
"str_max": 30,
1579-
"sound": "crunch.",
1580-
"sound_fail": "brush.",
1581-
"ter_set": "t_dirt",
1582-
"items": [ { "item": "withered", "prob": 50, "count": [ 1, 2 ] } ]
1583-
}
1584-
},
1585-
{
1586-
"type": "terrain",
1587-
"id": "t_underbrush_harvested_summer",
1588-
"name": "underbrush",
1589-
"looks_like": "t_underbrush",
1590-
"description": "Small plants and shrubs that decorate the forest. It has been rummaged through and doesn't have anything useful left to forage from it.",
1591-
"symbol": "#",
1592-
"color": "green",
1593-
"move_cost": 6,
1594-
"coverage": 40,
1595-
"flags": [
1596-
"TRANSPARENT",
1597-
"DIGGABLE",
1598-
"CONTAINER",
1599-
"FLAMMABLE_ASH",
1600-
"THIN_OBSTACLE",
1601-
"PLACE_ITEM",
1602-
"SHRUB",
1603-
"SHORT",
1604-
"HARVESTED",
1605-
"SMALL_HIDE"
1606-
],
1607-
"transforms_into": "t_underbrush",
1608-
"bash": {
1609-
"str_min": 4,
1610-
"str_max": 30,
1611-
"sound": "crunch.",
1612-
"sound_fail": "brush.",
1613-
"ter_set": "t_dirt",
1614-
"items": [ { "item": "withered", "prob": 50, "count": [ 1, 2 ] } ]
1615-
}
1616-
},
1617-
{
1618-
"type": "terrain",
1619-
"id": "t_underbrush_harvested_autumn",
1620-
"name": "underbrush",
1621-
"looks_like": "t_underbrush",
1556+
"id": "t_underbrush_harvested",
1557+
"copy-from": "t_underbrush",
1558+
"looks_like": "t_underbrush_harvested_spring",
16221559
"description": "Small plants and shrubs that decorate the forest. It has been rummaged through and doesn't have anything useful left to forage from it.",
1623-
"symbol": "#",
1624-
"color": "green",
1625-
"move_cost": 6,
1626-
"coverage": 40,
1627-
"flags": [
1628-
"TRANSPARENT",
1629-
"DIGGABLE",
1630-
"CONTAINER",
1631-
"FLAMMABLE_ASH",
1632-
"THIN_OBSTACLE",
1633-
"PLACE_ITEM",
1634-
"SHRUB",
1635-
"SHORT",
1636-
"HARVESTED",
1637-
"SMALL_HIDE"
1638-
],
1639-
"transforms_into": "t_underbrush",
1640-
"bash": {
1641-
"str_min": 4,
1642-
"str_max": 30,
1643-
"sound": "crunch.",
1644-
"sound_fail": "brush.",
1645-
"ter_set": "t_dirt",
1646-
"items": [ { "item": "withered", "prob": 50, "count": [ 1, 2 ] } ]
1647-
}
1648-
},
1649-
{
1650-
"type": "terrain",
1651-
"id": "t_underbrush_harvested_winter",
1652-
"name": "underbrush",
1653-
"looks_like": "t_underbrush",
1654-
"description": "Small plants and shrubs that decorate the forest. It has been rummaged through and doesn't have anything useful left to forage from it. Frost covers it.",
1655-
"symbol": "#",
16561560
"color": "green",
1657-
"move_cost": 6,
1658-
"coverage": 40,
1659-
"flags": [
1660-
"TRANSPARENT",
1661-
"DIGGABLE",
1662-
"CONTAINER",
1663-
"FLAMMABLE_ASH",
1664-
"THIN_OBSTACLE",
1665-
"PLACE_ITEM",
1666-
"SHRUB",
1667-
"SHORT",
1668-
"HARVESTED",
1669-
"SMALL_HIDE"
1670-
],
1671-
"transforms_into": "t_underbrush",
1672-
"bash": {
1673-
"str_min": 4,
1674-
"str_max": 30,
1675-
"sound": "crunch.",
1676-
"sound_fail": "brush.",
1677-
"ter_set": "t_dirt",
1678-
"items": [ { "item": "withered", "prob": 50, "count": [ 1, 2 ] } ]
1679-
}
1561+
"examine_action": "harvested_plant",
1562+
"extend": { "flags": [ "HARVESTED" ] },
1563+
"transforms_into": "t_underbrush"
16801564
},
16811565
{
16821566
"type": "terrain",

data/json/monsters/singularities.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -221,10 +221,7 @@
221221
"t_forestfloor",
222222
"t_moss",
223223
"t_underbrush",
224-
"t_underbrush_harvested_spring",
225-
"t_underbrush_harvested_summer",
226-
"t_underbrush_harvested_autumn",
227-
"t_underbrush_harvested_winter",
224+
"t_underbrush_harvested",
228225
"t_fern",
229226
"t_fern_harvested",
230227
"t_tree_young"
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "ter_furn_migration",
4+
"from_ter": "t_underbrush_harvested_spring",
5+
"to_ter": "t_underbrush_harvested"
6+
},
7+
{
8+
"type": "ter_furn_migration",
9+
"from_ter": "t_underbrush_harvested_summer",
10+
"to_ter": "t_underbrush_harvested"
11+
},
12+
{
13+
"type": "ter_furn_migration",
14+
"from_ter": "t_underbrush_harvested_autumn",
15+
"to_ter": "t_underbrush_harvested"
16+
},
17+
{
18+
"type": "ter_furn_migration",
19+
"from_ter": "t_underbrush_harvested_winter",
20+
"to_ter": "t_underbrush_harvested"
21+
}
22+
]

data/mods/Magiclysm/effect_on_conditions/spellcasting/caster_level_boosts.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,7 @@
217217
{ "u_is_on_terrain": "t_grass_tall" },
218218
{ "u_is_on_terrain": "t_grass_long" },
219219
{ "u_is_on_terrain": "t_bamboo" },
220-
{ "u_is_on_terrain": "t_bamboo_harvested" },
221-
{ "u_is_on_terrain": "t_underbrush_harvested_winter" }
220+
{ "u_is_on_terrain": "t_bamboo_harvested" }
222221
]
223222
},
224223
"effect": { "math": [ "u_level_boost = 2" ] }

data/mods/Magiclysm/mutations/mutation_paths/fantasy_species.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,6 @@
444444
{ "u_is_on_terrain": "t_grass_long" },
445445
{ "u_is_on_terrain": "t_bamboo" },
446446
{ "u_is_on_terrain": "t_bamboo_harvested" },
447-
{ "u_is_on_terrain": "t_underbrush_harvested_winter" },
448447
{ "u_is_on_terrain": "t_grass" },
449448
{ "u_is_on_terrain": "t_grass_white" },
450449
{ "u_is_on_terrain": "t_moss" },

data/mods/Magiclysm/ter_fur_transform/ter_fur_transform.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -366,10 +366,7 @@
366366
"t_forestfloor",
367367
"t_moss",
368368
"t_underbrush",
369-
"t_underbrush_harvested_spring",
370-
"t_underbrush_harvested_summer",
371-
"t_underbrush_harvested_autumn",
372-
"t_underbrush_harvested_winter",
369+
"t_underbrush_harvested",
373370
"t_fern",
374371
"t_fern_harvested",
375372
"t_tree_young"

data/mods/Xedra_Evolved/effects/goblin_fruit_effects.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,6 @@
441441
{ "u_is_on_terrain": "t_grass_long" },
442442
{ "u_is_on_terrain": "t_bamboo" },
443443
{ "u_is_on_terrain": "t_bamboo_harvested" },
444-
{ "u_is_on_terrain": "t_underbrush_harvested_winter" },
445444
{ "u_is_on_terrain": "t_grass" },
446445
{ "u_is_on_terrain": "t_grass_white" },
447446
{ "u_is_on_terrain": "t_moss" },

data/mods/Xedra_Evolved/mutations/paraclesians/arvore_mutations.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@
132132
{ "u_is_on_terrain": "t_grass_long" },
133133
{ "u_is_on_terrain": "t_bamboo" },
134134
{ "u_is_on_terrain": "t_bamboo_harvested" },
135-
{ "u_is_on_terrain": "t_underbrush_harvested_winter" },
136135
{ "u_is_on_terrain": "t_grass" },
137136
{ "u_is_on_terrain": "t_grass_white" },
138137
{ "u_is_on_terrain": "t_moss" },
@@ -169,7 +168,6 @@
169168
{ "u_is_on_terrain": "t_grass_long" },
170169
{ "u_is_on_terrain": "t_bamboo" },
171170
{ "u_is_on_terrain": "t_bamboo_harvested" },
172-
{ "u_is_on_terrain": "t_underbrush_harvested_winter" },
173171
{ "u_is_on_terrain": "t_grass" },
174172
{ "u_is_on_terrain": "t_grass_white" },
175173
{ "u_is_on_terrain": "t_moss" },

data/mods/aftershock_exoplanet/maps/furniture_and_terrain/terrain_groundxeno.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "lichen",
66
"description": "Many colorful species of ice-lichen, thriving above an uncharacteristically fertile segment of ice. Either endemic, or surviving genecraft from an aborted terraforming project.",
77
"symbol": ".",
8-
"looks_like": "t_underbrush_harvested_spring_season_autumn",
8+
"looks_like": "t_underbrush_harvested",
99
"color": "light_red",
1010
"move_cost": 2,
1111
"coverage": 40,
@@ -18,7 +18,7 @@
1818
"name": "lichen bed",
1919
"description": "Familiar, yet unfamiliar. Lichens and moss cling to rocks and lifeless dirt here, providing a squishy but colorful grass.",
2020
"symbol": ",",
21-
"looks_like": "t_underbrush_harvested_spring_season_autumn",
21+
"looks_like": "t_underbrush_harvested",
2222
"color": "light_red",
2323
"move_cost": 3,
2424
"coverage": 40,

data/mods/aftershock_exoplanet/maps/mapgen/prepnet_orchard.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"FFFFFFFFFFFFFFFFFFFFFFFF"
3232
],
3333
"terrain": {
34-
"#": "t_underbrush_harvested_spring",
34+
"#": "t_underbrush_harvested",
3535
"+": "t_door_c",
3636
" ": "t_region_groundcover_urban",
3737
"-": "t_fence",
@@ -125,7 +125,7 @@
125125
"p": "t_grass",
126126
"s": "t_shrub_blueberry",
127127
"t": "t_tree_apricot",
128-
"u": "t_underbrush_harvested_spring",
128+
"u": "t_underbrush_harvested",
129129
"w": "t_wall_log",
130130
"F": "t_fence_barbed"
131131
},

0 commit comments

Comments
 (0)