feat: Updated items

This commit is contained in:
2026-08-18 12:35:44 +00:00
parent 96f68b91b3
commit dc2fef1b83
57 changed files with 4837 additions and 42 deletions
+74
View File
@@ -0,0 +1,74 @@
---
title: Basic Bag
description: Starter storage bag, adds inventory space.
published: true
date: 2026-02-23T11:19:56.236Z
tags: items-bags
editor: markdown
dateCreated: 2026-02-23T11:19:56.236Z
---
# Basic Bag
![Icon_BasicBag.png](https://www.azmaringame.com/images/itemicons/Icon_BasicBag.png =64x){.align-left}
> Rough canvas and a drawstring. It is not much, but it is the difference between one ore run and two.
---
## Overview
| Property | Value |
|---------|-------|
| **Type** | Bag |
| **Rarity** | Common |
| **Skill** | None |
| **Required Level** | 0 |
| **Primary Use** | Inventory Space |
| **Stack Size** | 1 |
| **Weight** | 0.5 KG |
| **Value** | 50 Gold |
---
## Description
The Basic Bag is the entry-level storage item in Azmarin. Equipping it adds slots to your inventory, which means longer trips into the [Qabar Mines](/About/World) or the Marsh Forest before you have to walk back and bank.
At 50 Gold it is the most valuable non-debug item in the game by trade price, and it is the first thing most players save for.
---
## Acquisition
**How to obtain:**
- Purchased from traders
- Required Level: 0
- Value: 50 Gold
---
## Uses
- Increases carried inventory space
---
## Trivia
- At 50 Gold, a Basic Bag costs the same as 10 [Copper Ore](/Items/Ores/CopperOre) or roughly 6 [Iron Bars](/Items/Ingots/IronBar).
---
## Gallery
*(Images, models, or in-game renders go here)*
---
## Version History
- v1.0.0 - Added To Game
---
+71
View File
@@ -0,0 +1,71 @@
---
title: Debug Bag
description: Developer testing bag. Not obtainable in normal play.
published: true
date: 2026-02-23T11:19:56.236Z
tags: items-bags, developer
editor: markdown
dateCreated: 2026-02-23T11:19:56.236Z
---
# Debug Bag
![Icon_DebugBag.png](https://www.azmaringame.com/images/itemicons/Icon_DebugBag.png =64x){.align-left}
> A developer tool, not a player item. You will not find one in the world.
---
> **Not obtainable in normal play.** The Debug Bag is a development and testing item. It is documented here for completeness only — it does not drop, spawn, or appear in any shop.
---
## Overview
| Property | Value |
|---------|-------|
| **Type** | Bag (Developer) |
| **Rarity** | Developer |
| **Skill** | None |
| **Required Level** | 0 |
| **Primary Use** | Testing |
| **Obtainable** | No |
| **Stack Size** | 1 |
| **Weight** | 0.5 KG |
| **Value** | 1000 Gold |
---
## Description
The Debug Bag is used by the development team to test inventory behaviour with a large amount of storage. Its 1000 Gold value is a placeholder, not a real economy price.
If you see one in normal play, it is a bug — report it.
---
## Acquisition
**How to obtain:**
- Not obtainable. Developer spawn only.
---
## Uses
- Internal inventory testing
---
## Gallery
*(Images, models, or in-game renders go here)*
---
## Version History
- v1.0.0 - Added To Game (developer item)
---
+74
View File
@@ -0,0 +1,74 @@
---
title: 0_Template_Bag
description:
published: false
date: 2026-02-23T11:19:56.236Z
tags: items-bags
editor: markdown
dateCreated: 2026-02-23T11:19:56.236Z
---
# {{Bag Name}}
![{{Icon}}.png](https://www.azmaringame.com/images/itemicons/{{Icon}}.png =64x){.align-left}
> Short in-universe flavour description of the bag.
---
## Overview
| Property | Value |
|---------|-------|
| **Type** | Bag |
| **Rarity** | Common / Uncommon / Rare |
| **Skill** | None |
| **Required Level** | ## |
| **Primary Use** | Inventory Space |
| **Stack Size** | 1 |
| **Weight** | 0.5 KG |
| **Value** | ## Gold |
---
## Description
{{Description}}
At 50 Gold it is the most valuable non-debug item in the game by trade price, and it is the first thing most players save for.
---
## Acquisition
**How to obtain:**
- {{How obtained}}
- Required Level: 0
- Value: ## Gold
---
## Uses
- Increases carried inventory space
---
## Trivia
- {{Trivia entry}}
---
## Gallery
*(Images, models, or in-game renders go here)*
---
## Version History
- v1.0.0 - Added To Game
---