combat testing and polishing in the dev console, many bug fixes
This commit is contained in:
7
public_web/static/img/items/armor.svg
Normal file
7
public_web/static/img/items/armor.svg
Normal file
@@ -0,0 +1,7 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||||
<!-- Shield shape -->
|
||||
<path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/>
|
||||
<!-- Shield decoration -->
|
||||
<path d="M12 8v6"/>
|
||||
<path d="M9 11h6"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 321 B |
14
public_web/static/img/items/consumable.svg
Normal file
14
public_web/static/img/items/consumable.svg
Normal file
@@ -0,0 +1,14 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||||
<!-- Potion bottle body -->
|
||||
<path d="M10 2v4"/>
|
||||
<path d="M14 2v4"/>
|
||||
<!-- Bottle neck -->
|
||||
<path d="M8 6h8"/>
|
||||
<!-- Bottle shape -->
|
||||
<path d="M8 6l-2 4v10a2 2 0 002 2h8a2 2 0 002-2V10l-2-4"/>
|
||||
<!-- Liquid level -->
|
||||
<path d="M6 14h12"/>
|
||||
<!-- Bubbles -->
|
||||
<circle cx="10" cy="17" r="1"/>
|
||||
<circle cx="14" cy="16" r="0.5"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 505 B |
7
public_web/static/img/items/default.svg
Normal file
7
public_web/static/img/items/default.svg
Normal file
@@ -0,0 +1,7 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||||
<!-- Box/crate shape -->
|
||||
<path d="M21 8a2 2 0 00-1-1.73l-7-4a2 2 0 00-2 0l-7 4A2 2 0 003 8v8a2 2 0 001 1.73l7 4a2 2 0 002 0l7-4A2 2 0 0021 16V8z"/>
|
||||
<!-- Box edges -->
|
||||
<path d="M3.27 6.96L12 12.01l8.73-5.05"/>
|
||||
<path d="M12 22.08V12"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 410 B |
12
public_web/static/img/items/quest_item.svg
Normal file
12
public_web/static/img/items/quest_item.svg
Normal file
@@ -0,0 +1,12 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||||
<!-- Scroll body -->
|
||||
<path d="M4 4a2 2 0 012-2h12a2 2 0 012 2v16a2 2 0 01-2 2H6a2 2 0 01-2-2V4z"/>
|
||||
<!-- Scroll roll top -->
|
||||
<path d="M4 4h16"/>
|
||||
<ellipse cx="4" cy="4" rx="1" ry="2"/>
|
||||
<ellipse cx="20" cy="4" rx="1" ry="2"/>
|
||||
<!-- Text lines -->
|
||||
<path d="M8 9h8"/>
|
||||
<path d="M8 13h6"/>
|
||||
<path d="M8 17h4"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 488 B |
10
public_web/static/img/items/weapon.svg
Normal file
10
public_web/static/img/items/weapon.svg
Normal file
@@ -0,0 +1,10 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||||
<!-- Sword blade -->
|
||||
<path d="M14.5 17.5L3 6V3h3l11.5 11.5"/>
|
||||
<!-- Sword guard -->
|
||||
<path d="M13 19l6-6"/>
|
||||
<!-- Sword handle -->
|
||||
<path d="M16 16l4 4"/>
|
||||
<!-- Blade tip detail -->
|
||||
<path d="M19 21l2-2"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 382 B |
Reference in New Issue
Block a user