Compare commits

...

2 commits

Author SHA1 Message Date
Matthew Mone
994d7d3227 feat: add new 3D models for various game entities 2026-01-14 11:26:43 -08:00
Matthew Mone
dd125a8bfd feat: add 13 new 3D models and 12 tier 1 gear items. 2026-01-14 11:26:23 -08:00
4 changed files with 116 additions and 37 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -4,62 +4,104 @@
"name": "Rusty Infantry Blade",
"type": "WEAPON",
"rarity": "COMMON",
"tags": ["PHYSICAL", "MELEE"],
"stats": { "attack": 3 },
"description": "Standard issue jagged metal. Reliable but heavy."
"tags": [
"PHYSICAL",
"MELEE"
],
"stats": {
"attack": 3
},
"description": "Standard issue jagged metal. Reliable but heavy.",
"icon": "assets/icons/items/item_rusty_blade.png"
},
{
"id": "ITEM_SCRAP_PLATE",
"name": "Scrap Plate Armor",
"type": "ARMOR",
"rarity": "COMMON",
"tags": ["HEAVY"],
"stats": { "defense": 3, "speed": -1 },
"description": "Cobbled together from ruin debris."
"tags": [
"HEAVY"
],
"stats": {
"defense": 3,
"speed": -1
},
"description": "Cobbled together from ruin debris.",
"icon": "assets/icons/items/item_scrap_plate.png"
},
{
"id": "ITEM_APPRENTICE_WAND",
"name": "Apprentice Spark-Wand",
"type": "WEAPON",
"rarity": "COMMON",
"tags": ["MAGIC", "RANGED"],
"stats": { "magic": 4 },
"description": "A cracked crystal on a stick. Leaks sparks."
"tags": [
"MAGIC",
"RANGED"
],
"stats": {
"magic": 4
},
"description": "A cracked crystal on a stick. Leaks sparks.",
"icon": "assets/icons/items/item_apprentice_wand.png"
},
{
"id": "ITEM_ROBES",
"name": "Novice Robes",
"type": "ARMOR",
"rarity": "COMMON",
"tags": ["LIGHT"],
"stats": { "willpower": 3, "magic": 1 },
"description": "Standard issue for the Arcane Dominion."
"tags": [
"LIGHT"
],
"stats": {
"willpower": 3,
"magic": 1
},
"description": "Standard issue for the Arcane Dominion.",
"icon": "assets/icons/items/item_robes.png"
},
{
"id": "ITEM_DAGGER",
"name": "Scavenger's Shiv",
"type": "WEAPON",
"rarity": "COMMON",
"tags": ["PHYSICAL", "MELEE", "LIGHT"],
"stats": { "attack": 2, "speed": 1 },
"description": "Sharp, rusty, and easy to hide."
"tags": [
"PHYSICAL",
"MELEE",
"LIGHT"
],
"stats": {
"attack": 2,
"speed": 1
},
"description": "Sharp, rusty, and easy to hide.",
"icon": "assets/icons/items/item_dagger.png"
},
{
"id": "ITEM_PADDED_VEST",
"name": "Padded Vest",
"type": "ARMOR",
"rarity": "COMMON",
"tags": ["LIGHT"],
"stats": { "defense": 1, "movement": 1 },
"description": "Doesn't stop a sword, but helps with the cold."
"tags": [
"LIGHT"
],
"stats": {
"defense": 1,
"movement": 1
},
"description": "Doesn't stop a sword, but helps with the cold.",
"icon": "assets/icons/items/item_padded_vest.png"
},
{
"id": "ITEM_LOCKPICK_SET",
"name": "Lockpick Set",
"type": "UTILITY",
"rarity": "COMMON",
"tags": ["TECH"],
"stats": { "tech": 2 },
"tags": [
"TECH"
],
"stats": {
"tech": 2
},
"passive_effects": [
{
"trigger": "ON_INTERACT",
@ -67,51 +109,88 @@
"action": "UNLOCK",
"chance": 0.5
}
]
],
"icon": "assets/icons/items/item_lockpick_set.png"
},
{
"id": "ITEM_WRENCH",
"name": "Heavy Wrench",
"type": "WEAPON",
"rarity": "COMMON",
"tags": ["PHYSICAL", "TECH", "BLUNT"],
"stats": { "attack": 4, "tech": 2 },
"description": "Good for fixing turrets and breaking knees."
"tags": [
"PHYSICAL",
"TECH",
"BLUNT"
],
"stats": {
"attack": 4,
"tech": 2
},
"description": "Good for fixing turrets and breaking knees.",
"icon": "assets/icons/items/item_wrench.png"
},
{
"id": "ITEM_LEATHER_APRON",
"name": "Smith's Apron",
"type": "ARMOR",
"rarity": "COMMON",
"tags": ["MEDIUM"],
"stats": { "defense": 2, "fire_resist": 5 },
"description": "Thick leather to protect against sparks."
"tags": [
"MEDIUM"
],
"stats": {
"defense": 2,
"fire_resist": 5
},
"description": "Thick leather to protect against sparks.",
"icon": "assets/icons/items/item_leather_apron.png"
},
{
"id": "ITEM_TURRET_KIT",
"name": "Turret Construction Kit",
"type": "UTILITY",
"rarity": "COMMON",
"tags": ["TECH"],
"stats": { "tech": 3 },
"active_ability": { "ability_id": "SKILL_DEPLOY_TURRET" }
"tags": [
"TECH"
],
"stats": {
"tech": 3
},
"active_ability": {
"ability_id": "SKILL_DEPLOY_TURRET"
},
"icon": "assets/icons/items/item_turret_kit.png"
},
{
"id": "ITEM_STAFF",
"name": "Quarterstaff",
"type": "WEAPON",
"rarity": "COMMON",
"tags": ["PHYSICAL", "MAGIC", "BLUNT"],
"stats": { "attack": 3, "willpower": 2 },
"description": "Simple wood, balanced for defense."
"tags": [
"PHYSICAL",
"MAGIC",
"BLUNT"
],
"stats": {
"attack": 3,
"willpower": 2
},
"description": "Simple wood, balanced for defense.",
"icon": "assets/icons/items/item_staff.png"
},
{
"id": "ITEM_LEAF_ROBES",
"name": "Sanctuary Robes",
"type": "ARMOR",
"rarity": "COMMON",
"tags": ["LIGHT", "ORGANIC"],
"stats": { "willpower": 4, "health": 10 },
"description": "Woven from living vines."
"tags": [
"LIGHT",
"ORGANIC"
],
"stats": {
"willpower": 4,
"health": 10
},
"description": "Woven from living vines.",
"icon": "assets/icons/items/item_leaf_robes.png"
}
]