initial commit

This commit is contained in:
badcold
2024-04-06 10:38:49 +02:00
commit bb8daf1f74
3 changed files with 277 additions and 0 deletions

121
contracts.json Normal file
View File

@@ -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
}
}
]