commit 178d39e2f8a848e7694822f355b7ecc43bfcab6c Author: JustAnyone Date: Sun Feb 8 14:32:25 2026 +0200 Initial commit diff --git a/Pickle Statue.json b/Pickle Statue.json new file mode 100644 index 0000000..11a8bf0 --- /dev/null +++ b/Pickle Statue.json @@ -0,0 +1,18 @@ +[{ + "id": "$pickle_statue00", + "type": "award", + "width": 1, + "height": 1, + "frames": [{"bmp": "statue.png"}], + "title": "Statue of pickle", + "text": "Statue of pickle that signifies a picklekind victory.", + "influence park": 25, + "price": 5000, + "monthly price": 20, + "ordinal from": "$bushman00", + "ordinal": 1, + "needs road": false, + "power": 0, + "water": 0, + "requirements": [{"type": "HABITANT_COUNT", "count": 500, "factor0": 0, "factor2": 0}] +}] diff --git a/plugin.manifest b/plugin.manifest new file mode 100644 index 0000000..9a06983 --- /dev/null +++ b/plugin.manifest @@ -0,0 +1,8 @@ +{ + "id": "svetikas.lt/theotown/pickle-statue/manifest", + "version": 7, + "title": "Pickle Statue", + "text": "A small 1x1 statue for your city which provides park influence and worships picklekind victories.", + "author": "JustAnyone", + "thumbnail": "thumbnail.png" +} diff --git a/statue.png b/statue.png new file mode 100644 index 0000000..087b6f4 Binary files /dev/null and b/statue.png differ diff --git a/thumbnail.png b/thumbnail.png new file mode 100644 index 0000000..fa5d5c9 Binary files /dev/null and b/thumbnail.png differ