mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 18:20:39 +08:00
chore: 更新游戏资源 - 230502
This commit is contained in:
@@ -240,6 +240,20 @@
|
||||
],
|
||||
"rarity": 5
|
||||
},
|
||||
"char_1031_slent2": {
|
||||
"name": "淬羽赫默",
|
||||
"position": "RANGED",
|
||||
"profession": "SUPPORT",
|
||||
"rangeId": [
|
||||
"y-2",
|
||||
"y-6",
|
||||
"y-6"
|
||||
],
|
||||
"rarity": 6,
|
||||
"tokens": [
|
||||
"夜灯"
|
||||
]
|
||||
},
|
||||
"char_103_angel": {
|
||||
"name": "能天使",
|
||||
"position": "RANGED",
|
||||
@@ -1324,6 +1338,20 @@
|
||||
"龙腾.A"
|
||||
]
|
||||
},
|
||||
"char_249_mlyss": {
|
||||
"name": "缪尔赛思",
|
||||
"position": "RANGED",
|
||||
"profession": "PIONEER",
|
||||
"rangeId": [
|
||||
"3-1",
|
||||
"3-3",
|
||||
"3-3"
|
||||
],
|
||||
"rarity": 6,
|
||||
"tokens": [
|
||||
"流形"
|
||||
]
|
||||
},
|
||||
"char_250_phatom": {
|
||||
"name": "傀影",
|
||||
"position": "MELEE",
|
||||
@@ -2175,6 +2203,17 @@
|
||||
],
|
||||
"rarity": 4
|
||||
},
|
||||
"char_4006_melnte": {
|
||||
"name": "玫拉",
|
||||
"position": "RANGED",
|
||||
"profession": "SNIPER",
|
||||
"rangeId": [
|
||||
"2-3",
|
||||
"3-6",
|
||||
"3-6"
|
||||
],
|
||||
"rarity": 5
|
||||
},
|
||||
"char_4009_irene": {
|
||||
"name": "艾丽妮",
|
||||
"position": "MELEE",
|
||||
@@ -2280,6 +2319,17 @@
|
||||
],
|
||||
"rarity": 5
|
||||
},
|
||||
"char_4027_heyak": {
|
||||
"name": "霍尔海雅",
|
||||
"position": "RANGED",
|
||||
"profession": "CASTER",
|
||||
"rangeId": [
|
||||
"3-6",
|
||||
"3-1",
|
||||
"3-1"
|
||||
],
|
||||
"rarity": 6
|
||||
},
|
||||
"char_402_tuye": {
|
||||
"name": "图耶",
|
||||
"position": "RANGED",
|
||||
@@ -3657,6 +3707,28 @@
|
||||
],
|
||||
"rarity": 6
|
||||
},
|
||||
"token_10029_slent2_protrb": {
|
||||
"name": "夜灯",
|
||||
"position": "ALL",
|
||||
"profession": "TOKEN",
|
||||
"rangeId": [
|
||||
"x-4",
|
||||
"x-4",
|
||||
"x-4"
|
||||
],
|
||||
"rarity": 6
|
||||
},
|
||||
"token_10030_mlyss_wtrman": {
|
||||
"name": "流形",
|
||||
"position": "ALL",
|
||||
"profession": "TOKEN",
|
||||
"rangeId": [
|
||||
"0-1",
|
||||
"0-1",
|
||||
"0-1"
|
||||
],
|
||||
"rarity": 6
|
||||
},
|
||||
"trap_001_crate": {
|
||||
"name": "障碍物",
|
||||
"position": "NONE",
|
||||
@@ -4845,6 +4917,17 @@
|
||||
],
|
||||
"rarity": 1
|
||||
},
|
||||
"trap_121_gractrl": {
|
||||
"name": "重力",
|
||||
"position": "NONE",
|
||||
"profession": "TRAP",
|
||||
"rangeId": [
|
||||
"0-1",
|
||||
"0-1",
|
||||
"0-1"
|
||||
],
|
||||
"rarity": 1
|
||||
},
|
||||
"trap_400_xbfarm": {
|
||||
"name": "便携式种植槽",
|
||||
"position": "NONE",
|
||||
|
||||
@@ -77470,7 +77470,7 @@
|
||||
"zoneId": "act25side_zone1"
|
||||
},
|
||||
{
|
||||
"apCost": 12,
|
||||
"apCost": 15,
|
||||
"code": "CW-6",
|
||||
"code_i18n": {
|
||||
"en": "CW-6",
|
||||
@@ -77550,7 +77550,7 @@
|
||||
"zoneId": "act25side_zone1"
|
||||
},
|
||||
{
|
||||
"apCost": 12,
|
||||
"apCost": 15,
|
||||
"code": "CW-7",
|
||||
"code_i18n": {
|
||||
"en": "CW-7",
|
||||
|
||||
@@ -128,6 +128,7 @@
|
||||
<AdditionalOptions>/utf-8 /MP %(AdditionalOptions)</AdditionalOptions>
|
||||
<LanguageStandard_C>stdc17</LanguageStandard_C>
|
||||
<AdditionalIncludeDirectories>$(ProjectDir)..\..\src\MaaCore;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<Optimization>Disabled</Optimization>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<SubSystem>Console</SubSystem>
|
||||
@@ -188,4 +189,4 @@
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user