From 4767566600f14a0ad90e7e7c65698ec1e1abe92d Mon Sep 17 00:00:00 2001 From: lion053 <103780985+lion053@users.noreply.github.com> Date: Fri, 9 Aug 2024 12:47:24 +0200 Subject: [PATCH] Add mod "electricity-for-tourists" --- .../README.md | 18 ++ .../data/config/export/main/asset/assets.xml | 165 ++++++++++++++++++ .../config/export/main/asset/templates.xml | 11 ++ .../modinfo.json | 44 +++++ 4 files changed, 238 insertions(+) create mode 100644 [Gameplay] Electricity for Tourists (lion053)/README.md create mode 100644 [Gameplay] Electricity for Tourists (lion053)/data/config/export/main/asset/assets.xml create mode 100644 [Gameplay] Electricity for Tourists (lion053)/data/config/export/main/asset/templates.xml create mode 100644 [Gameplay] Electricity for Tourists (lion053)/modinfo.json diff --git a/[Gameplay] Electricity for Tourists (lion053)/README.md b/[Gameplay] Electricity for Tourists (lion053)/README.md new file mode 100644 index 0000000..fa1aa71 --- /dev/null +++ b/[Gameplay] Electricity for Tourists (lion053)/README.md @@ -0,0 +1,18 @@ +# Electricity for Tourists (Lion053) + +- This mod adds electricity as a lifestyle need for tourists (category 'Delight'). + +- Purpose: Get white window lights at night instead of the yellow ones. + +- Global unlock precondition: OW = 1.750 engineers / NW = 900 Artistas or 3.000 Obreros if 'Small Power Plants (Jakob)' is active + +- Affects vanilla hotels and modded hotels from 'New World Tourism', 'Small Hotels (Jakob)', 'Downtown (Lion053)'. + +- With IMYA each hotel type can be disabled separately again. + +## Changelog + +- v1.0 first release + + + diff --git a/[Gameplay] Electricity for Tourists (lion053)/data/config/export/main/asset/assets.xml b/[Gameplay] Electricity for Tourists (lion053)/data/config/export/main/asset/assets.xml new file mode 100644 index 0000000..736a481 --- /dev/null +++ b/[Gameplay] Electricity for Tourists (lion053)/data/config/export/main/asset/assets.xml @@ -0,0 +1,165 @@ + + + + + 1010354 + + + + + 1010354 + 10 + 20 + 1 + 500 + 499 + 0 + 1 + + 15000003 + 1750 + + + + 0 + 0 + + + + + + + + + + + + + + + + + + + 601445 + Moderate + + + + + + + + 1010354 + 10 + 20 + 1 + 500 + 499 + 0 + 1 + + 15000006 + 3000 + + + + 1440134300 + Colony01 + + + + + + + + + 1010354 + 10 + 20 + 1 + 500 + 499 + 0 + 1 + + 5403 + 900 + + + + 1440134300 + Colony01 + + + + + + + + + + 1500010500 + Moderate + + + + + + + + 1010354 + 10 + 20 + 1 + 500 + 499 + 0 + 1 + + 15000006 + 3000 + + + + 1500010529 + Colony01 + + + + + + + + + 1010354 + 10 + 20 + 1 + 500 + 499 + 0 + 1 + + 5403 + 900 + + + + 1500010529 + Colony01 + + + + + + + + + + 2100116115 + Moderate + + + + \ No newline at end of file diff --git a/[Gameplay] Electricity for Tourists (lion053)/data/config/export/main/asset/templates.xml b/[Gameplay] Electricity for Tourists (lion053)/data/config/export/main/asset/templates.xml new file mode 100644 index 0000000..273596d --- /dev/null +++ b/[Gameplay] Electricity for Tourists (lion053)/data/config/export/main/asset/templates.xml @@ -0,0 +1,11 @@ + + + + + + + 0 + + + + \ No newline at end of file diff --git a/[Gameplay] Electricity for Tourists (lion053)/modinfo.json b/[Gameplay] Electricity for Tourists (lion053)/modinfo.json new file mode 100644 index 0000000..b13a85c --- /dev/null +++ b/[Gameplay] Electricity for Tourists (lion053)/modinfo.json @@ -0,0 +1,44 @@ +{ + "Version": "1.0", + "ModID": "electricity-for-tourists-lion053", + + "Category": { + "English": "Gameplay", + "Chinese": "Gameplay", + "French": "Gameplay", + "German": "Gameplay", + "Italian": "Gameplay", + "Japanese": "Gameplay", + "Korean": "Gameplay", + "Polish": "Gameplay", + "Russian": "Gameplay", + "Spanish": "Gameplay", + "Taiwanese": "Gameplay" + }, + "ModName": { + "English": "Electricity for Tourists (Lion053)", + "Chinese": "Electricity for Tourists (Lion053)", + "French": "Electricity for Tourists (Lion053)", + "German": "Electricity for Tourists (Lion053)", + "Italian": "Electricity for Tourists (Lion053)", + "Japanese": "Electricity for Tourists (Lion053)", + "Korean": "Electricity for Tourists (Lion053)", + "Polish": "Electricity for Tourists (Lion053)", + "Russian": "Electricity for Tourists (Lion053)", + "Spanish": "Electricity for Tourists (Lion053)", + "Taiwanese": "Electricity for Tourists (Lion053)" + }, + "Description": { + "English": "file::README.md", + "Chinese": "file::README.md", + "French": "file::README.md", + "German": "file::README.md", + "Italian": "file::README.md", + "Japanese": "file::README.md", + "Korean": "file::README.md", + "Polish": "file::README.md", + "Russian": "file::README.md", + "Spanish": "file::README.md", + "Taiwanese": "file::README.md" + } +} \ No newline at end of file