commit bb8daf1f74460b1f6f68fc6b7b032cb72733734a Author: badcold Date: Sat Apr 6 10:38:49 2024 +0200 initial commit diff --git a/contracts.json b/contracts.json new file mode 100644 index 0000000..afaf267 --- /dev/null +++ b/contracts.json @@ -0,0 +1,121 @@ +[ + { + "id": 1, + "costs": { + "wool": 4 + }, + "rewards": { + "cotton": 2, + "expansion": 1, + "hops": 1 + } + }, + { + "id": 2, + "costs": { + "wool": 6 + }, + "rewards": { + "tobacco": 2, + "hops": 2 + } + }, + { + "id": 3, + "costs": { + "cow": 2 + }, + "rewards": { + "sugarCane": 2, + "gold": 10, + "hops": 1 + } + }, + { + "id": 4, + "costs": { + "cow": 3 + }, + "rewards": { + "wool": 3, + "hops": 3 + } + }, + { + "id": 5, + "costs": { + "sheep": 2 + }, + "rewards": { + "tobacco": 2, + "expansion": 1, + "hops": 1 + } + }, + { + "id": 6, + "costs": { + "wool": 3 + }, + "rewards": { + "sugarCane": 1, + "upgrade": 1, + "hops": 3 + } + }, + { + "id": 7, + "costs": { + "bread": 2 + }, + "rewards": { + "cotton": 2, + "expansion": 1, + "gold": 10 + } + }, + { + "id": 8, + "costs": { + "bread": 4 + }, + "rewards": { + "tobacco": 4, + "gold": 5, + "hops": 1 + } + }, + { + "id": 9, + "costs": { + "cheese": 2 + }, + "rewards": { + "sugarCane": 1, + "gold": 8, + "hops": 8 + } + }, + { + "id": 10, + "costs": { + "cheese": 4 + }, + "rewards": { + "cotton": 4, + "upgrade": 2, + "gold": 10 + } + }, + { + "id": 11, + "costs": { + "whisky": 2 + }, + "rewards": { + "tobacco": 2, + "gold": 10, + "hops": 1 + } + } +] diff --git a/contracts.webp b/contracts.webp new file mode 100644 index 0000000..631e792 Binary files /dev/null and b/contracts.webp differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..4556c38 --- /dev/null +++ b/index.html @@ -0,0 +1,156 @@ + + + + + + ClansOfContracts + + + + + + +
+ Costs: + + + + + + +
+
+ Rewards: + + + + + + + +
+ +
+
+
+
+
+ + + + +