Files
clansofcontracts/contracts.json
2024-04-06 10:38:49 +02:00

122 lines
1.5 KiB
JSON

[
{
"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
}
}
]