Skip to content

Commit

Permalink
Changed beat up engines to use a different graphic.
Browse files Browse the repository at this point in the history
I tried to pick one that looks just the right amount of out of place.
Found a 3D model of an airplane engine that looked messy, and felt that
was a good fit. I'll likely want to tweak brightness and saturation
later, but overall, I like it.
  • Loading branch information
onpon4 committed Apr 26, 2024
1 parent d094338 commit 2cb8075
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dat/outfits/core_engine/beat_up_large_engine.xml
Expand Up @@ -7,7 +7,7 @@
<mass>100</mass>
<price>0</price>
<description>Clogged, corroded and cracked in every way possible while still remaining in functional condition, this engine really belongs on the scrap heap.</description>
<gfx_store>engine6.webp</gfx_store>
<gfx_store>beat_up_engine.png</gfx_store>
</general>
<specific type="modification">
<engine_limit>4500</engine_limit>
Expand Down
2 changes: 1 addition & 1 deletion dat/outfits/core_engine/beat_up_medium_engine.xml
Expand Up @@ -7,7 +7,7 @@
<mass>30</mass>
<price>0</price>
<description>Clogged, corroded and cracked in every way possible while still remaining in functional condition, this engine really belongs on the scrap heap.</description>
<gfx_store>engine3.webp</gfx_store>
<gfx_store>beat_up_engine.png</gfx_store>
</general>
<specific type="modification">
<engine_limit>550</engine_limit>
Expand Down
2 changes: 1 addition & 1 deletion dat/outfits/core_engine/beat_up_small_engine.xml
Expand Up @@ -7,7 +7,7 @@
<mass>15</mass>
<price>0</price>
<description>Clogged, corroded and cracked in every way possible while still remaining in functional condition, this engine really belongs on the scrap heap.</description>
<gfx_store>engine15.webp</gfx_store>
<gfx_store>beat_up_engine.png</gfx_store>
</general>
<specific type="modification">
<engine_limit>150</engine_limit>
Expand Down

0 comments on commit 2cb8075

Please sign in to comment.