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",
|
||||
|
||||
@@ -367,7 +367,7 @@
|
||||
],
|
||||
"rewards": {
|
||||
"gold": 1900,
|
||||
"items": ["bean", "wine", "imperial_seal"]
|
||||
"items": ["bean", "wine", "imperial_seal", "yitian_sword"]
|
||||
},
|
||||
"post_battle_dialogue": [
|
||||
{ "speaker": "Xiahou Dun", "text": "Yuan Shao's first great push is broken, but his camps still fill the horizon." },
|
||||
|
||||
@@ -312,7 +312,7 @@
|
||||
],
|
||||
"rewards": {
|
||||
"gold": 2100,
|
||||
"items": ["bean", "wine", "war_drum"]
|
||||
"items": ["bean", "wine", "war_drum", "black_tortoise_robe"]
|
||||
},
|
||||
"post_battle_dialogue": [
|
||||
{ "speaker": "Xiahou Dun", "text": "Wuchao burns. Yuan Shao's army will wake hungry." },
|
||||
|
||||
@@ -344,7 +344,7 @@
|
||||
],
|
||||
"rewards": {
|
||||
"gold": 2300,
|
||||
"items": ["bean", "wine", "iron_armor"],
|
||||
"items": ["bean", "wine", "iron_armor", "dragon_spear"],
|
||||
"join_officers": ["zhang_he"]
|
||||
},
|
||||
"post_battle_dialogue": [
|
||||
|
||||
@@ -351,7 +351,7 @@
|
||||
],
|
||||
"rewards": {
|
||||
"gold": 2500,
|
||||
"items": ["bean", "wine", "war_axe"]
|
||||
"items": ["bean", "wine", "war_axe", "wind_chaser_bow"]
|
||||
},
|
||||
"post_battle_dialogue": [
|
||||
{ "speaker": "Zhang He", "text": "Ye's outer defense is broken. The heirs will blame each other before they blame us." },
|
||||
|
||||
Reference in New Issue
Block a user