Add named equipment rewards
This commit is contained in:
@@ -101,6 +101,51 @@
|
||||
"effects": [],
|
||||
"price": 900
|
||||
},
|
||||
"yitian_sword": {
|
||||
"name": "Yitian Sword",
|
||||
"kind": "weapon",
|
||||
"rarity": "named",
|
||||
"weapon_type": "sword",
|
||||
"range": [1, 1],
|
||||
"bonuses": { "atk": 7, "int": 1 },
|
||||
"effective_vs_move_types": ["foot"],
|
||||
"effective_bonus_damage": 2,
|
||||
"effects": [],
|
||||
"price": 1300
|
||||
},
|
||||
"dragon_spear": {
|
||||
"name": "Dragon Spear",
|
||||
"kind": "weapon",
|
||||
"rarity": "named",
|
||||
"weapon_type": "spear",
|
||||
"range": [1, 1],
|
||||
"bonuses": { "atk": 7, "agi": 1 },
|
||||
"effective_vs_move_types": ["mounted"],
|
||||
"effective_bonus_damage": 4,
|
||||
"effects": [],
|
||||
"price": 1400
|
||||
},
|
||||
"wind_chaser_bow": {
|
||||
"name": "Wind Chaser Bow",
|
||||
"kind": "weapon",
|
||||
"rarity": "named",
|
||||
"weapon_type": "bow",
|
||||
"range": [2, 2],
|
||||
"bonuses": { "atk": 5, "agi": 2 },
|
||||
"effective_vs_move_types": ["water"],
|
||||
"effective_bonus_damage": 3,
|
||||
"effects": [],
|
||||
"price": 1200
|
||||
},
|
||||
"black_tortoise_robe": {
|
||||
"name": "Black Tortoise Robe",
|
||||
"kind": "armor",
|
||||
"rarity": "named",
|
||||
"armor_type": "robe",
|
||||
"bonuses": { "mp": 2, "def": 3, "int": 1 },
|
||||
"effects": [],
|
||||
"price": 1100
|
||||
},
|
||||
"bean": {
|
||||
"name": "Bean",
|
||||
"kind": "consumable",
|
||||
|
||||
Reference in New Issue
Block a user