Skip to content

Commit 5b1d778

Browse files
authored
Small Flora Fixes
Fixes many of the base game/dlc small flora to have proper scenery groups and the "isTree" flag. Also fixes various of the expansion pack small flora objects having improper & restrictive flags applied to them.
1 parent ce6388c commit 5b1d778

22 files changed

Lines changed: 37 additions & 0 deletions

objects/official/scenery_small/rct2dlc.scenery_small.pandagr/object.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"removalPrice": -14,
1111
"cursor": "CURSOR_TREE_DOWN",
1212
"height": 64,
13+
"sceneryGroup": "rct2.scenery_group.scgshrub",
1314
"shape": "1/4",
1415
"isStackable": true,
1516
"hasNoSupports": true

objects/rct2/scenery_small/rct2.scenery_small.tdt1.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
"removalPrice": 6,
1111
"cursor": "CURSOR_TREE_DOWN",
1212
"height": 60,
13+
"sceneryGroup": "rct2.scenery_group.scgtrees",
14+
"isTree": true,
1315
"shape": "4/4",
1416
"isStackable": true
1517
},

objects/rct2/scenery_small/rct2.scenery_small.tdt2.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
"removalPrice": 6,
1111
"cursor": "CURSOR_TREE_DOWN",
1212
"height": 64,
13+
"sceneryGroup": "rct2.scenery_group.scgtrees",
14+
"isTree": true,
1315
"shape": "4/4",
1416
"isStackable": true
1517
},

objects/rct2/scenery_small/rct2.scenery_small.tdt3.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
"removalPrice": 6,
1111
"cursor": "CURSOR_TREE_DOWN",
1212
"height": 48,
13+
"sceneryGroup": "rct2.scenery_group.scgtrees",
14+
"isTree": true,
1315
"shape": "4/4",
1416
"isStackable": true
1517
},

objects/rct2/scenery_small/rct2.scenery_small.tjb1.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"removalPrice": 5,
1111
"cursor": "CURSOR_TREE_DOWN",
1212
"height": 32,
13+
"sceneryGroup": "rct2.scenery_group.scgshrub",
1314
"shape": "1/4"
1415
},
1516
"images": ["$RCT2:OBJDATA/TJB1.DAT[0..3]"],

objects/rct2/scenery_small/rct2.scenery_small.tjb2.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"removalPrice": 5,
1111
"cursor": "CURSOR_TREE_DOWN",
1212
"height": 32,
13+
"sceneryGroup": "rct2.scenery_group.scgshrub",
1314
"shape": "1/4"
1415
},
1516
"images": ["$RCT2:OBJDATA/TJB2.DAT[0..3]"],

objects/rct2/scenery_small/rct2.scenery_small.tjb3.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"removalPrice": 5,
1111
"cursor": "CURSOR_TREE_DOWN",
1212
"height": 48,
13+
"sceneryGroup": "rct2.scenery_group.scgshrub",
1314
"shape": "1/4"
1415
},
1516
"images": ["$RCT2:OBJDATA/TJB3.DAT[0..3]"],

objects/rct2/scenery_small/rct2.scenery_small.tjb4.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"removalPrice": 5,
1111
"cursor": "CURSOR_TREE_DOWN",
1212
"height": 36,
13+
"sceneryGroup": "rct2.scenery_group.scgshrub",
1314
"shape": "1/4"
1415
},
1516
"images": ["$RCT2:OBJDATA/TJB4.DAT[0..3]"],

objects/rct2/scenery_small/rct2.scenery_small.tjf.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"removalPrice": 4,
1111
"cursor": "CURSOR_FLOWER_DOWN",
1212
"height": 48,
13+
"sceneryGroup": "rct2.scenery_group.scggardn",
1314
"shape": "4/4",
1415
"hasPrimaryColour": true,
1516
"isStackable": true

objects/rct2/scenery_small/rct2.scenery_small.tjt1.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
"removalPrice": 13,
1111
"cursor": "CURSOR_TREE_DOWN",
1212
"height": 92,
13+
"sceneryGroup": "rct2.scenery_group.scgtrees",
14+
"isTree": true,
1315
"shape": "4/4"
1416
},
1517
"images": ["$RCT2:OBJDATA/TJT1.DAT[0..3]"],

0 commit comments

Comments
 (0)