-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
42345b8
commit b73c2f4
Showing
2 changed files
with
152 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,92 @@ | ||
{ | ||
"weapons": { | ||
"Common": [ | ||
{ | ||
"name": "小匕首", | ||
"damage": 25, | ||
"description": "一把小巧且快速的近战武器。" | ||
} | ||
], | ||
"Rare": [ | ||
{ | ||
"name": "十字弓", | ||
"damage": 35, | ||
"description": "可以射出箭矢的远程武器。" | ||
} | ||
], | ||
"Epic": [ | ||
{ | ||
"name": "达摩克利剑", | ||
"damage": 50, | ||
"description": "一把用于近战的锋利刀刃。" | ||
} | ||
], | ||
"Legendary": [ | ||
{ | ||
"name": "法杖", | ||
"damage": 70, | ||
"description": "用于施放法术的魔法武器。" | ||
} | ||
] | ||
}, | ||
"armor": { | ||
"Common": [ | ||
{ | ||
"name": "靴子", | ||
"defense": 15, | ||
"description": "保护双脚并提高移动能力。" | ||
} | ||
], | ||
"Rare": [ | ||
{ | ||
"name": "头盔", | ||
"defense": 20, | ||
"description": "保护头部免受伤害。" | ||
} | ||
], | ||
"Epic": [ | ||
{ | ||
"name": "护胫", | ||
"defense": 30, | ||
"description": "保护双腿和下半身。" | ||
} | ||
], | ||
"Legendary": [ | ||
{ | ||
"name": "胸甲", | ||
"defense": 50, | ||
"description": "坚固的护甲,保护躯干。" | ||
} | ||
] | ||
}, | ||
"accessories":{ | ||
"Common": [ | ||
{ | ||
"name": "法力手镯", | ||
"effect": "+10 法力值", | ||
"description": "提升法力的手镯。" | ||
} | ||
], | ||
"Rare": [ | ||
{ | ||
"name": "敏捷腰带", | ||
"effect": "+10 敏捷", | ||
"description": "提升敏捷和速度的腰带。" | ||
} | ||
], | ||
"Epic": [ | ||
{ | ||
"name": "力量之戒", | ||
"effect": "+10 力量", | ||
"description": "增加佩戴者力量的戒指。" | ||
} | ||
], | ||
"Legendary": [ | ||
{ | ||
"name": "防护护符", | ||
"effect": "+35 防御", | ||
"description": "提升防御力的魔法护符。" | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,114 +1,60 @@ | ||
[ | ||
"星辉大陆", | ||
"风语世界", | ||
"寒冰界", | ||
"火炎域", | ||
"雷霆领域", | ||
"梦境国度", | ||
"时光之域", | ||
"暗影大陆", | ||
"光明世界", | ||
"幽冥界", | ||
"灵魂领域", | ||
"星辰之域", | ||
"幻境国度", | ||
"虚空大陆", | ||
"元素世界", | ||
"魔法界", | ||
"神秘领域", | ||
"龙域大陆", | ||
"精灵世界", | ||
"深渊界", | ||
"机械领域", | ||
"科技大陆", | ||
"异能世界", | ||
"神话界", | ||
"传说领域", | ||
"梦境大陆", | ||
"幻象世界", | ||
"星界", | ||
"月影大陆", | ||
"日耀世界", | ||
"云海界", | ||
"风之领域", | ||
"雷鸣大陆", | ||
"电光世界", | ||
"冰霜界", | ||
"火焰领域", | ||
"森林大陆", | ||
"海洋世界", | ||
"沙漠界", | ||
"山岳领域", | ||
"草原大陆", | ||
"沼泽世界", | ||
"冰川界", | ||
"火山领域", | ||
"天空大陆", | ||
"星辰世界", | ||
"星云界", | ||
"星系领域", | ||
"时间大陆", | ||
"空间世界", | ||
"虚空界", | ||
"次元领域", | ||
"魔法大陆", | ||
"巫术世界", | ||
"神迹界", | ||
"仙踪领域", | ||
"妖兽大陆", | ||
"灵兽世界", | ||
"神兽界", | ||
"魔兽领域", | ||
"英雄大陆", | ||
"勇士世界", | ||
"神话界", | ||
"传说领域", | ||
"冒险大陆", | ||
"探索世界", | ||
"发现界", | ||
"神秘领域", | ||
"幻想大陆", | ||
"梦境世界", | ||
"幻境界", | ||
"梦境领域", | ||
"未来大陆", | ||
"科技世界", | ||
"机械界", | ||
"电子领域", | ||
"异次大陆", | ||
"平行世界", | ||
"交错界", | ||
"多元领域", | ||
"古神大陆", | ||
"神话世界", | ||
"传说界", | ||
"史诗领域", | ||
"魔法大陆", | ||
"巫术世界", | ||
"神迹界", | ||
"仙踪领域", | ||
"妖兽大陆", | ||
"灵兽世界", | ||
"神兽界", | ||
"魔兽领域", | ||
"英雄大陆", | ||
"勇士世界", | ||
"神话界", | ||
"传说领域", | ||
"冒险大陆", | ||
"探索世界", | ||
"发现界", | ||
"神秘领域", | ||
"幻想大陆", | ||
"梦境世界", | ||
"幻境界", | ||
"梦境领域", | ||
"未来大陆", | ||
"科技世界", | ||
"机械界", | ||
"电子领域", | ||
"异次大陆", | ||
"平行世界", | ||
"交错界", | ||
"多元领域" | ||
] | ||
{ | ||
"xianxia": [ | ||
"仙踪领域", | ||
"古神大陆", | ||
"灵兽世界", | ||
"妖兽大陆", | ||
"神迹界", | ||
"神兽界" | ||
], | ||
"magic": [ | ||
"魔法界", | ||
"巫术世界", | ||
"魔法大陆", | ||
"魔兽领域", | ||
"神秘领域", | ||
"元素世界" | ||
], | ||
"fantasy": [ | ||
"梦境国度", | ||
"幻想大陆", | ||
"传说领域", | ||
"星辰之域", | ||
"幻境国度", | ||
"神话界", | ||
"神话世界" | ||
], | ||
"technology": [ | ||
"机械领域", | ||
"科技大陆", | ||
"未来大陆", | ||
"电子领域", | ||
"平行世界", | ||
"科技世界", | ||
"机械界" | ||
], | ||
"modern": [ | ||
"虚空界", | ||
"时光之域", | ||
"次元领域", | ||
"空间世界", | ||
"交错界", | ||
"多元领域" | ||
], | ||
"imperial": [ | ||
"星辉大陆", | ||
"风语世界", | ||
"火炎域", | ||
"寒冰界", | ||
"雷霆领域", | ||
"帝国大陆" | ||
], | ||
"adventure": [ | ||
"冒险大陆", | ||
"探索世界", | ||
"英雄大陆", | ||
"勇士世界", | ||
"深渊界", | ||
"发现界" | ||
] | ||
} |