2 changed files with 283 additions and 24 deletions
-
256starter.json
-
51total_cost.py
@ -0,0 +1,256 @@ |
|||||
|
[ |
||||
|
{ |
||||
|
"name": "small azurite sliver", |
||||
|
"type": "raw_material" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "medium azurite fragment", |
||||
|
"type": "complex_item", |
||||
|
"sub_components": |
||||
|
{ |
||||
|
"small azurite sliver": 3 |
||||
|
}, |
||||
|
"naive_complexity": true |
||||
|
}, |
||||
|
{ |
||||
|
"name": "large azurite shard", |
||||
|
"type": "complex_item", |
||||
|
"sub_components": |
||||
|
{ |
||||
|
"medium azurite fragment": 3 |
||||
|
}, |
||||
|
"naive_complexity": true |
||||
|
}, |
||||
|
{ |
||||
|
"name": "small amethyst sliver", |
||||
|
"type": "raw_material" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "medium amethyst fragment", |
||||
|
"type": "complex_item", |
||||
|
"sub_components": |
||||
|
{ |
||||
|
"small amethyst sliver": 3 |
||||
|
}, |
||||
|
"naive_complexity": true |
||||
|
}, |
||||
|
{ |
||||
|
"name": "large amethyst shard", |
||||
|
"type": "complex_item", |
||||
|
"sub_components": |
||||
|
{ |
||||
|
"medium amethyst fragment": 3 |
||||
|
}, |
||||
|
"naive_complexity": true |
||||
|
}, |
||||
|
{ |
||||
|
"name": "small emerald sliver", |
||||
|
"type": "raw_material" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "medium emerald fragment", |
||||
|
"type": "complex_item", |
||||
|
"sub_components": |
||||
|
{ |
||||
|
"small emerald sliver": 3 |
||||
|
}, |
||||
|
"naive_complexity": true |
||||
|
}, |
||||
|
{ |
||||
|
"name": "large emerald shard", |
||||
|
"type": "complex_item", |
||||
|
"sub_components": |
||||
|
{ |
||||
|
"medium emerald fragment": 3 |
||||
|
}, |
||||
|
"naive_complexity": true |
||||
|
}, |
||||
|
{ |
||||
|
"name": "small ruby sliver", |
||||
|
"type": "raw_material" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "medium ruby fragment", |
||||
|
"type": "complex_item", |
||||
|
"sub_components": |
||||
|
{ |
||||
|
"small ruby sliver": 3 |
||||
|
}, |
||||
|
"naive_complexity": true |
||||
|
}, |
||||
|
{ |
||||
|
"name": "large ruby shard", |
||||
|
"type": "complex_item", |
||||
|
"sub_components": |
||||
|
{ |
||||
|
"medium ruby fragment": 3 |
||||
|
}, |
||||
|
"naive_complexity": true |
||||
|
}, |
||||
|
{ |
||||
|
"name": "diluted vespene gas", |
||||
|
"type": "raw_material" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "refined vespene gas", |
||||
|
"type": "complex_item", |
||||
|
"sub_components": |
||||
|
{ |
||||
|
"diluted vespene gas": 3 |
||||
|
}, |
||||
|
"naive_complexity": true |
||||
|
}, |
||||
|
{ |
||||
|
"name": "concentrated vespene gas", |
||||
|
"type": "complex_item", |
||||
|
"sub_components": |
||||
|
{ |
||||
|
"refined vespene gas": 3 |
||||
|
}, |
||||
|
"naive_complexity": true |
||||
|
}, |
||||
|
{ |
||||
|
"name": "diluted amaranthine gas", |
||||
|
"type": "raw_material" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "refined amaranthine gas", |
||||
|
"type": "complex_item", |
||||
|
"sub_components": |
||||
|
{ |
||||
|
"diluted amaranthine gas": 3 |
||||
|
}, |
||||
|
"naive_complexity": true |
||||
|
}, |
||||
|
{ |
||||
|
"name": "concentrated amaranthine gas", |
||||
|
"type": "complex_item", |
||||
|
"sub_components": |
||||
|
{ |
||||
|
"refined amaranthine gas": 3 |
||||
|
}, |
||||
|
"naive_complexity": true |
||||
|
}, |
||||
|
{ |
||||
|
"name": "small lava globule", |
||||
|
"type": "raw_material" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "medium lava blob", |
||||
|
"type": "complex_item", |
||||
|
"sub_components": |
||||
|
{ |
||||
|
"small lava globule": 2 |
||||
|
}, |
||||
|
"naive_complexity": true |
||||
|
}, |
||||
|
{ |
||||
|
"name": "big lava glob", |
||||
|
"type": "complex_item", |
||||
|
"sub_components": |
||||
|
{ |
||||
|
"medium lava blob": 2 |
||||
|
}, |
||||
|
"naive_complexity": true |
||||
|
}, |
||||
|
{ |
||||
|
"name": "tiny iron nugget", |
||||
|
"type": "raw_material" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ordinary iron lump", |
||||
|
"type": "complex_item", |
||||
|
"sub_components": |
||||
|
{ |
||||
|
"tiny iron nugget": 3 |
||||
|
}, |
||||
|
"naive_complexity": true |
||||
|
}, |
||||
|
{ |
||||
|
"name": "sizeable iron chunk", |
||||
|
"type": "complex_item", |
||||
|
"sub_components": |
||||
|
{ |
||||
|
"ordinary iron lump": 3 |
||||
|
}, |
||||
|
"naive_complexity": true |
||||
|
}, |
||||
|
{ |
||||
|
"name": "tiny silver nugget", |
||||
|
"type": "raw_material" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ordinary silver lump", |
||||
|
"type": "complex_item", |
||||
|
"sub_components": |
||||
|
{ |
||||
|
"tiny silver nugget": 3 |
||||
|
}, |
||||
|
"naive_complexity": true |
||||
|
}, |
||||
|
{ |
||||
|
"name": "sizeable silver chunk", |
||||
|
"type": "complex_item", |
||||
|
"sub_components": |
||||
|
{ |
||||
|
"ordinary silver lump": 3 |
||||
|
}, |
||||
|
"naive_complexity": true |
||||
|
}, |
||||
|
{ |
||||
|
"name": "tiny gold nugget", |
||||
|
"type": "raw_material" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ordinary gold lump", |
||||
|
"type": "complex_item", |
||||
|
"sub_components": |
||||
|
{ |
||||
|
"tiny gold nugget": 3 |
||||
|
}, |
||||
|
"naive_complexity": true |
||||
|
}, |
||||
|
{ |
||||
|
"name": "sizeable gold chunk", |
||||
|
"type": "complex_item", |
||||
|
"sub_components": |
||||
|
{ |
||||
|
"ordinary gold lump": 3 |
||||
|
}, |
||||
|
"naive_complexity": true |
||||
|
}, |
||||
|
{ |
||||
|
"name": "tiny titanium nugget", |
||||
|
"type": "raw_material" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ordinary titanium lump", |
||||
|
"type": "complex_item", |
||||
|
"sub_components": |
||||
|
{ |
||||
|
"tiny titanium nugget": 3 |
||||
|
}, |
||||
|
"naive_complexity": true |
||||
|
}, |
||||
|
{ |
||||
|
"name": "sizeable titanium chunk", |
||||
|
"type": "complex_item", |
||||
|
"sub_components": |
||||
|
{ |
||||
|
"ordinary titanium lump": 3 |
||||
|
}, |
||||
|
"naive_complexity": true |
||||
|
}, |
||||
|
{ |
||||
|
"name": "obsidian", |
||||
|
"type": "raw_material" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "abberrant matter", |
||||
|
"type": "raw_material" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "strange gloop", |
||||
|
"type": "raw_material" |
||||
|
} |
||||
|
] |
||||
Write
Preview
Loading…
Cancel
Save
Reference in new issue