update
This commit is contained in:
@@ -59,6 +59,7 @@
|
||||
"baseHp": 40,
|
||||
"baseAtk": 10,
|
||||
"baseDefense": 2,
|
||||
"baseDodge": 25,
|
||||
"image": "assets/images/enemies/shadow_assassin.png",
|
||||
"equipment": ["jagged_dagger"],
|
||||
"tier": 3
|
||||
|
||||
+17
-3
@@ -25,11 +25,18 @@
|
||||
{
|
||||
"id": "rusty_dagger",
|
||||
"name": "Rusty Dagger",
|
||||
"description": "Old and rusty, but better than nothing.",
|
||||
"description": "Old and rusty, but can disarm foes.",
|
||||
"baseAtk": 3,
|
||||
"slot": "weapon",
|
||||
"price": 30,
|
||||
"image": "assets/images/items/rusty_dagger.png",
|
||||
"effects": [
|
||||
{
|
||||
"type": "disarmed",
|
||||
"probability": 100,
|
||||
"duration": 1
|
||||
}
|
||||
],
|
||||
"rarity": "magic",
|
||||
"tier": "tier1"
|
||||
},
|
||||
@@ -42,7 +49,14 @@
|
||||
"price": 80,
|
||||
"image": "assets/images/items/iron_sword.png",
|
||||
"rarity": "magic",
|
||||
"tier": "tier2"
|
||||
"tier": "tier2",
|
||||
"effects": [
|
||||
{
|
||||
"type": "disarmed",
|
||||
"probability": 100,
|
||||
"duration": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "battle_axe",
|
||||
@@ -267,4 +281,4 @@
|
||||
"tier": "tier3"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,6 +6,17 @@
|
||||
"baseHp": 50,
|
||||
"baseAtk": 5,
|
||||
"baseDefense": 5,
|
||||
"baseDodge": 2,
|
||||
"image": "assets/images/players/warrior.png"
|
||||
},
|
||||
{
|
||||
"id": "rogue",
|
||||
"name": "Rogue",
|
||||
"description": "A swift shadow with high evasion but lower health.",
|
||||
"baseHp": 40,
|
||||
"baseAtk": 7,
|
||||
"baseDefense": 2,
|
||||
"baseDodge": 15,
|
||||
"image": "assets/images/players/rogue.png"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user