Files
novafarma/scripts/dino_valley_missing.json
David Kotnik cc462ce894 🎨 Day 8: Multi-Style Decision + Game Bible Complete
 COMPLETED:
- 80-style aesthetic search concluded
- Multi-style approach approved (5 styles)
- 40 category test assets generated
- Style 32 (Cult of Lamb) selected for main characters
- Complete Game Design Bible created
- Gronk, Ana, Susi characters generated

📄 NEW FILES:
- GAME_BIBLE_COMPLETE.md (full design doc)
- MULTI_STYLE_TEST_RESULTS_JAN_02_2026.md
- PRODUCTION_DIARY_JAN_02_2026.md

🎯 NEXT: Begin bulk asset production with multi-style diversity
2026-01-02 04:45:11 +01:00

143 lines
2.7 KiB
JSON

{
"fauna": {
"items": [
"tyrannosaurus_rex",
"triceratops",
"velociraptor",
"stegosaurus",
"brachiosaurus",
"pterodactyl",
"ankylosaurus",
"parasaurolophus",
"dilophosaurus",
"spinosaurus",
"iguanodon",
"archaeopteryx",
"compsognathus",
"plesiosaurus",
"mosasaurus",
"carnotaurus"
],
"total_png_needed": 32
},
"teren": {
"items": [],
"total_png_needed": 0
},
"vegetacija": {
"items": [
"dino_giant_mushroom",
"dino_prehistoric_vine",
"dino_horsetail",
"dino_tree_fern",
"dino_ginkgo_tree"
],
"total_png_needed": 10
},
"rekviziti": {
"items": [
"dino_bones_pile",
"dino_ribcage",
"dino_nest",
"dino_eggs",
"fossil_amber",
"fossil_trilobite",
"fossil_ammonite",
"volcanic_rock_large",
"lava_pool",
"steam_vent",
"tar_bubble",
"cave_entrance",
"ancient_ruins_pillar",
"ancient_ruins_altar",
"dino_footprint",
"prehistoric_log",
"crystal_formation",
"geothermal_spring",
"obsidian_shard"
],
"total_png_needed": 38
},
"zgradbe": {
"items": [
"dino_research_station",
"dino_cave_dwelling",
"dino_observation_tower",
"dino_fossil_excavation_site"
],
"total_png_needed": 8
},
"hrana": {
"items": [
"dino_meat_raw",
"dino_meat_cooked",
"dino_egg_raw",
"dino_egg_cooked",
"prehistoric_berries",
"cycad_fruit",
"fern_shoots",
"mushroom_caps",
"tar_honey",
"volcanic_salt",
"mineral_water",
"bone_broth",
"smoked_meat",
"dried_berries",
"roasted_nuts",
"herbal_tea"
],
"total_png_needed": 32
},
"materiali": {
"items": [
"dino_bone",
"dino_hide",
"dino_tooth",
"amber_chunk",
"obsidian",
"volcanic_glass",
"fossil_fuel",
"tar",
"sulfur"
],
"total_png_needed": 18
},
"oblacila": {
"items": [
"dino_hide_vest",
"dino_hide_pants",
"dino_hide_boots",
"dino_tooth_necklace",
"amber_pendant",
"bone_helmet",
"hide_gloves",
"volcanic_goggles"
],
"total_png_needed": 16
},
"orodja": {
"items": [
"bone_pickaxe",
"bone_axe",
"bone_sword",
"bone_spear",
"obsidian_knife",
"volcanic_hammer",
"tar_torch",
"fossil_brush",
"hide_backpack",
"bone_fishing_rod"
],
"total_png_needed": 20
},
"npcs": {
"items": [
"paleontologist",
"cave_dweller_male",
"cave_dweller_female",
"dino_keeper",
"fossil_trader"
],
"total_png_needed": 10
}
}