feat: obchod, černé můry, netopýr, pavouk a denní úkoly u chytání motýlků
CI / Generate TypeScript types (push) Successful in 15s
CI / Server unit tests (push) Successful in 23s
CI / Build server (push) Successful in 29s
CI / Build client (push) Successful in 1m2s
CI / Playwright E2E tests (push) Successful in 1m33s
CI / Build and push Docker image (push) Successful in 49s
CI / Notify (push) Successful in 1s
CI / Generate TypeScript types (push) Successful in 15s
CI / Server unit tests (push) Successful in 23s
CI / Build server (push) Successful in 29s
CI / Build client (push) Successful in 1m2s
CI / Playwright E2E tests (push) Successful in 1m33s
CI / Build and push Docker image (push) Successful in 49s
CI / Notify (push) Successful in 1s
- obchod s pomůckami a trvalými vylepšeními (větší síťka, strašák, zpevněná síťka) – mince mají trvalý smysl - černé můry se míchají mezi motýly; chycení (i magnetem) ubere hodně úlovků - ptáci silnější, plašič dražší a kratší, zloději chodí častěji podle bohatství - denní úkol s odměnou + achievementy/odznaky - netopýr v noci loví motýly, pavouk zamotá síťku pavučinou – oba na zaklikání - nákupní hlášky rozlišují nedostatek mincí od jiné chyby; herní smyčka se pozastaví při skryté záložce Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
e3f439bde0
commit
252d105408
@@ -0,0 +1,34 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100">
|
||||
<defs>
|
||||
<linearGradient id="mothWing" x1="0" y1="0" x2="0.6" y2="1">
|
||||
<stop offset="0%" stop-color="#5A5560"/>
|
||||
<stop offset="60%" stop-color="#3A3540"/>
|
||||
<stop offset="100%" stop-color="#211E26"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g stroke="#15121A" stroke-width="1.5" stroke-linejoin="round">
|
||||
<path fill="url(#mothWing)" d="M48,34 C32,16 10,20 10,36 C10,50 30,50 48,48 Z"/>
|
||||
<path fill="url(#mothWing)" d="M52,34 C68,16 90,20 90,36 C90,50 70,50 52,48 Z"/>
|
||||
<path fill="url(#mothWing)" d="M47,49 C35,52 20,56 22,70 C24,80 42,78 47,62 Z"/>
|
||||
<path fill="url(#mothWing)" d="M53,49 C65,52 80,56 78,70 C76,80 58,78 53,62 Z"/>
|
||||
</g>
|
||||
<!-- zlověstné oční skvrny -->
|
||||
<g fill="#C9302C" stroke="#3a0d0b" stroke-width="1">
|
||||
<circle cx="24" cy="34" r="4"/>
|
||||
<circle cx="76" cy="34" r="4"/>
|
||||
</g>
|
||||
<g fill="#1a0605">
|
||||
<circle cx="24" cy="34" r="1.6"/>
|
||||
<circle cx="76" cy="34" r="1.6"/>
|
||||
</g>
|
||||
<!-- huňatá tykadla -->
|
||||
<g stroke="#15121A" stroke-width="1.8" fill="none" stroke-linecap="round">
|
||||
<path d="M49,30 C44,20 39,16 34,14"/>
|
||||
<path d="M51,30 C56,20 61,16 66,14"/>
|
||||
</g>
|
||||
<!-- tělo -->
|
||||
<g fill="#15121A" stroke="none">
|
||||
<rect x="47" y="26" width="6" height="46" rx="3"/>
|
||||
<circle cx="50" cy="26" r="5"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
Reference in New Issue
Block a user