Compare commits
2 commits
051c47ef07
...
994d7d3227
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
994d7d3227 | ||
|
|
dd125a8bfd |
4 changed files with 116 additions and 37 deletions
BIN
src/assets/models/aether_bat.glb
Normal file
BIN
src/assets/models/aether_bat.glb
Normal file
Binary file not shown.
BIN
src/assets/models/crystal_spine_wolf.glb
Normal file
BIN
src/assets/models/crystal_spine_wolf.glb
Normal file
Binary file not shown.
BIN
src/assets/models/spore_boar.glb
Normal file
BIN
src/assets/models/spore_boar.glb
Normal file
Binary file not shown.
|
|
@ -4,62 +4,104 @@
|
||||||
"name": "Rusty Infantry Blade",
|
"name": "Rusty Infantry Blade",
|
||||||
"type": "WEAPON",
|
"type": "WEAPON",
|
||||||
"rarity": "COMMON",
|
"rarity": "COMMON",
|
||||||
"tags": ["PHYSICAL", "MELEE"],
|
"tags": [
|
||||||
"stats": { "attack": 3 },
|
"PHYSICAL",
|
||||||
"description": "Standard issue jagged metal. Reliable but heavy."
|
"MELEE"
|
||||||
|
],
|
||||||
|
"stats": {
|
||||||
|
"attack": 3
|
||||||
|
},
|
||||||
|
"description": "Standard issue jagged metal. Reliable but heavy.",
|
||||||
|
"icon": "assets/icons/items/item_rusty_blade.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "ITEM_SCRAP_PLATE",
|
"id": "ITEM_SCRAP_PLATE",
|
||||||
"name": "Scrap Plate Armor",
|
"name": "Scrap Plate Armor",
|
||||||
"type": "ARMOR",
|
"type": "ARMOR",
|
||||||
"rarity": "COMMON",
|
"rarity": "COMMON",
|
||||||
"tags": ["HEAVY"],
|
"tags": [
|
||||||
"stats": { "defense": 3, "speed": -1 },
|
"HEAVY"
|
||||||
"description": "Cobbled together from ruin debris."
|
],
|
||||||
|
"stats": {
|
||||||
|
"defense": 3,
|
||||||
|
"speed": -1
|
||||||
|
},
|
||||||
|
"description": "Cobbled together from ruin debris.",
|
||||||
|
"icon": "assets/icons/items/item_scrap_plate.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "ITEM_APPRENTICE_WAND",
|
"id": "ITEM_APPRENTICE_WAND",
|
||||||
"name": "Apprentice Spark-Wand",
|
"name": "Apprentice Spark-Wand",
|
||||||
"type": "WEAPON",
|
"type": "WEAPON",
|
||||||
"rarity": "COMMON",
|
"rarity": "COMMON",
|
||||||
"tags": ["MAGIC", "RANGED"],
|
"tags": [
|
||||||
"stats": { "magic": 4 },
|
"MAGIC",
|
||||||
"description": "A cracked crystal on a stick. Leaks sparks."
|
"RANGED"
|
||||||
|
],
|
||||||
|
"stats": {
|
||||||
|
"magic": 4
|
||||||
|
},
|
||||||
|
"description": "A cracked crystal on a stick. Leaks sparks.",
|
||||||
|
"icon": "assets/icons/items/item_apprentice_wand.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "ITEM_ROBES",
|
"id": "ITEM_ROBES",
|
||||||
"name": "Novice Robes",
|
"name": "Novice Robes",
|
||||||
"type": "ARMOR",
|
"type": "ARMOR",
|
||||||
"rarity": "COMMON",
|
"rarity": "COMMON",
|
||||||
"tags": ["LIGHT"],
|
"tags": [
|
||||||
"stats": { "willpower": 3, "magic": 1 },
|
"LIGHT"
|
||||||
"description": "Standard issue for the Arcane Dominion."
|
],
|
||||||
|
"stats": {
|
||||||
|
"willpower": 3,
|
||||||
|
"magic": 1
|
||||||
|
},
|
||||||
|
"description": "Standard issue for the Arcane Dominion.",
|
||||||
|
"icon": "assets/icons/items/item_robes.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "ITEM_DAGGER",
|
"id": "ITEM_DAGGER",
|
||||||
"name": "Scavenger's Shiv",
|
"name": "Scavenger's Shiv",
|
||||||
"type": "WEAPON",
|
"type": "WEAPON",
|
||||||
"rarity": "COMMON",
|
"rarity": "COMMON",
|
||||||
"tags": ["PHYSICAL", "MELEE", "LIGHT"],
|
"tags": [
|
||||||
"stats": { "attack": 2, "speed": 1 },
|
"PHYSICAL",
|
||||||
"description": "Sharp, rusty, and easy to hide."
|
"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",
|
"id": "ITEM_PADDED_VEST",
|
||||||
"name": "Padded Vest",
|
"name": "Padded Vest",
|
||||||
"type": "ARMOR",
|
"type": "ARMOR",
|
||||||
"rarity": "COMMON",
|
"rarity": "COMMON",
|
||||||
"tags": ["LIGHT"],
|
"tags": [
|
||||||
"stats": { "defense": 1, "movement": 1 },
|
"LIGHT"
|
||||||
"description": "Doesn't stop a sword, but helps with the cold."
|
],
|
||||||
|
"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",
|
"id": "ITEM_LOCKPICK_SET",
|
||||||
"name": "Lockpick Set",
|
"name": "Lockpick Set",
|
||||||
"type": "UTILITY",
|
"type": "UTILITY",
|
||||||
"rarity": "COMMON",
|
"rarity": "COMMON",
|
||||||
"tags": ["TECH"],
|
"tags": [
|
||||||
"stats": { "tech": 2 },
|
"TECH"
|
||||||
|
],
|
||||||
|
"stats": {
|
||||||
|
"tech": 2
|
||||||
|
},
|
||||||
"passive_effects": [
|
"passive_effects": [
|
||||||
{
|
{
|
||||||
"trigger": "ON_INTERACT",
|
"trigger": "ON_INTERACT",
|
||||||
|
|
@ -67,51 +109,88 @@
|
||||||
"action": "UNLOCK",
|
"action": "UNLOCK",
|
||||||
"chance": 0.5
|
"chance": 0.5
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"icon": "assets/icons/items/item_lockpick_set.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "ITEM_WRENCH",
|
"id": "ITEM_WRENCH",
|
||||||
"name": "Heavy Wrench",
|
"name": "Heavy Wrench",
|
||||||
"type": "WEAPON",
|
"type": "WEAPON",
|
||||||
"rarity": "COMMON",
|
"rarity": "COMMON",
|
||||||
"tags": ["PHYSICAL", "TECH", "BLUNT"],
|
"tags": [
|
||||||
"stats": { "attack": 4, "tech": 2 },
|
"PHYSICAL",
|
||||||
"description": "Good for fixing turrets and breaking knees."
|
"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",
|
"id": "ITEM_LEATHER_APRON",
|
||||||
"name": "Smith's Apron",
|
"name": "Smith's Apron",
|
||||||
"type": "ARMOR",
|
"type": "ARMOR",
|
||||||
"rarity": "COMMON",
|
"rarity": "COMMON",
|
||||||
"tags": ["MEDIUM"],
|
"tags": [
|
||||||
"stats": { "defense": 2, "fire_resist": 5 },
|
"MEDIUM"
|
||||||
"description": "Thick leather to protect against sparks."
|
],
|
||||||
|
"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",
|
"id": "ITEM_TURRET_KIT",
|
||||||
"name": "Turret Construction Kit",
|
"name": "Turret Construction Kit",
|
||||||
"type": "UTILITY",
|
"type": "UTILITY",
|
||||||
"rarity": "COMMON",
|
"rarity": "COMMON",
|
||||||
"tags": ["TECH"],
|
"tags": [
|
||||||
"stats": { "tech": 3 },
|
"TECH"
|
||||||
"active_ability": { "ability_id": "SKILL_DEPLOY_TURRET" }
|
],
|
||||||
|
"stats": {
|
||||||
|
"tech": 3
|
||||||
|
},
|
||||||
|
"active_ability": {
|
||||||
|
"ability_id": "SKILL_DEPLOY_TURRET"
|
||||||
|
},
|
||||||
|
"icon": "assets/icons/items/item_turret_kit.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "ITEM_STAFF",
|
"id": "ITEM_STAFF",
|
||||||
"name": "Quarterstaff",
|
"name": "Quarterstaff",
|
||||||
"type": "WEAPON",
|
"type": "WEAPON",
|
||||||
"rarity": "COMMON",
|
"rarity": "COMMON",
|
||||||
"tags": ["PHYSICAL", "MAGIC", "BLUNT"],
|
"tags": [
|
||||||
"stats": { "attack": 3, "willpower": 2 },
|
"PHYSICAL",
|
||||||
"description": "Simple wood, balanced for defense."
|
"MAGIC",
|
||||||
|
"BLUNT"
|
||||||
|
],
|
||||||
|
"stats": {
|
||||||
|
"attack": 3,
|
||||||
|
"willpower": 2
|
||||||
|
},
|
||||||
|
"description": "Simple wood, balanced for defense.",
|
||||||
|
"icon": "assets/icons/items/item_staff.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "ITEM_LEAF_ROBES",
|
"id": "ITEM_LEAF_ROBES",
|
||||||
"name": "Sanctuary Robes",
|
"name": "Sanctuary Robes",
|
||||||
"type": "ARMOR",
|
"type": "ARMOR",
|
||||||
"rarity": "COMMON",
|
"rarity": "COMMON",
|
||||||
"tags": ["LIGHT", "ORGANIC"],
|
"tags": [
|
||||||
"stats": { "willpower": 4, "health": 10 },
|
"LIGHT",
|
||||||
"description": "Woven from living vines."
|
"ORGANIC"
|
||||||
|
],
|
||||||
|
"stats": {
|
||||||
|
"willpower": 4,
|
||||||
|
"health": 10
|
||||||
|
},
|
||||||
|
"description": "Woven from living vines.",
|
||||||
|
"icon": "assets/icons/items/item_leaf_robes.png"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
Loading…
Reference in a new issue