Skip to content

Commit

Permalink
[NeoDays] Randomness (#2187)
Browse files Browse the repository at this point in the history
* connected: various mattress traps to bed

* added: disconnected standing lamp

* renamed: m4a1 > rifle_semi
connected: 'modular_ar15' to 'rifle_semi'

* added: family-sized water heater (furniture and item)

* connected: juvenile sourdough starter and freshly fed sourdough starter to mayonnaise; sourdough starter to mustard

* added: various air compressors, various bandsaws, various tablesaws

* connected: box battery charger and foot locker recharging station to recharge station

* added: standing mirror (item)
cleaned: mirror

* added: disconnected box battery charger
  • Loading branch information
Golfavel authored Nov 8, 2023
1 parent 390c915 commit db14cfb
Show file tree
Hide file tree
Showing 26 changed files with 53 additions and 4 deletions.
4 changes: 3 additions & 1 deletion gfx/NeoDays/pngs_tiles_10x10/furniture/indoors/f_bed.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"id": [
"f_bed",
"f_floor_mattress",
"f_down_mattress"
"f_down_mattress",
"tr_mattress",
"tr_down_mattress"
],
"//": "different sprite(s) for mattresses later",
"fg": "f_makeshift_bed_0",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": [
"vp_ap_box_battery_charger",
"vp_ap_foot_locker_recharge_station"
],
"fg": "vp_recharge_station",
"//": "vehicle part"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"id": [
"f_air_compressor",
"vp_ap_air_compressor"
],
"fg": "f_air_compressor"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions gfx/NeoDays/pngs_tiles_10x10/furniture/utility/f_bandsaw.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"id": [
"f_bandsaw",
"vp_ap_bandsaw"
],
"fg": "f_bandsaw"
}
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,7 @@
{
"id": [
"f_tablesaw",
"vp_ap_tablesaw"
],
"fg": "f_tablesaw"
}
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,7 @@
{
"id": [
"box_battery_charger",
"foot_locker_recharge_station"
],
"fg": "box_battery_charger"
}
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.
2 changes: 2 additions & 0 deletions gfx/NeoDays/pngs_tiles_10x10/items/mayonnaise.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
"meal_bone",
"meal_bone_tainted",
"starch",
"sourdough_young_uncovered",
"sourdough_split_uncovered",
"mayonnaise"
],
"fg": ["mayonnaise"]
Expand Down
1 change: 0 additions & 1 deletion gfx/NeoDays/pngs_tiles_10x10/items/mirror_0.json

This file was deleted.

9 changes: 9 additions & 0 deletions gfx/NeoDays/pngs_tiles_10x10/items/mustard.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"id": [
"mustard",
"honey_bottled",
"sourdough_starter_uncovered",
"marloss_gel"
],
"fg": "mustard"
}

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
{
"id": [
"rifle_semi",
"m4a1",
"hk_g3",
"hk_g36",
"arx160",
"acr",
"ar15",
"modular_ar15",
"scar_l",
"scar_h",
"m107a1",
"h&k416a5",
"m27iar",
"rm51_assault_rifle"
],
"fg": "m4a1"
"fg": "rifle_semi"
}

0 comments on commit db14cfb

Please sign in to comment.