1
0

OSPRODWin2.8.0_R15637570_S15637570_D15637570

This commit is contained in:
DimbreathBot 2026-05-13 10:59:20 +02:00
parent 422325adb3
commit 7d31ed617d
26 changed files with 199 additions and 127 deletions

View File

@ -10,7 +10,7 @@
"FloorID": 100101,
"FloorMD5": "7f67a25cfb8c8f03a2349a7cb5587817",
"FloorUsage": "Default",
"FloorVersion": 1778004959,
"FloorVersion": 1778489894,
"GameplayExternalData": {
"$type": "ConfigFloorExternalDataCollection",
"BattleRegionMap": {

View File

@ -9,9 +9,9 @@
"CategoryAreaList": [
],
"FloorID": 113003,
"FloorMD5": "48bd5e897570bbd71d8aaf69740acc18",
"FloorMD5": "92938cdb41b2e2822694d38459e3e65a",
"FloorUsage": "Default",
"FloorVersion": 1777699394,
"FloorVersion": 1778231939,
"GameplayExternalData": {
"$type": "ConfigFloorExternalDataCollection",
"BattleRegionMap": {

View File

@ -306,7 +306,7 @@
},
"GadgetDefaultTrait.ShowName": {
"$type": "ConfigDynamicValueString",
"Value": "激活出生点"
"Value": "NPCName_28openTeleportation"
}
},
"VisionLevel": 0
@ -2277,7 +2277,7 @@
},
"GadgetDefaultTrait.ShowName": {
"$type": "ConfigDynamicValueString",
"Value": "激活出生点"
"Value": "NPCName_28openTeleportation"
}
}
},

View File

@ -121,57 +121,6 @@
"FireAttackWarningEffect"
]
},
{
"AnimatorStateName": "Attack_07",
"FrameCountHigh": 325,
"FrameCountLow": 295,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": false,
"MaxFrameCountLow": false,
"ModifierNameList": [
"SetAidAttackExtraTargetRangeModifier",
"PerfectSwitchAllowOnstageAvatarModifier",
"LightParryTagContralModifier",
"EvadeTagContralModifier",
"SwitchTagContralModifier",
"FireAttackWarningEffect"
]
},
{
"AnimatorStateName": "Attack_07",
"FrameCountHigh": 376,
"FrameCountLow": 346,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": false,
"MaxFrameCountLow": false,
"ModifierNameList": [
"SetAidAttackExtraTargetRangeModifier",
"PerfectSwitchAllowOnstageAvatarModifier",
"LightParryTagContralModifier",
"EvadeTagContralModifier",
"SwitchTagContralModifier",
"FireAttackWarningEffect"
]
},
{
"AnimatorStateName": "Attack_07",
"FrameCountHigh": 506,
"FrameCountLow": 476,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": false,
"MaxFrameCountLow": false,
"ModifierNameList": [
"SetAidAttackExtraTargetRangeModifier",
"PerfectSwitchAllowOnstageAvatarModifier",
"HeavyParryTagContralModifier",
"EvadeTagContralModifier",
"SwitchTagContralModifier",
"FireAttackWarningEffect"
]
},
{
"AnimatorStateName": "Attack_07",
"FrameCountHigh": 637,
@ -437,6 +386,57 @@
"FireAttackWarningEffect"
]
},
{
"AnimatorStateName": "Attack_07",
"FrameCountHigh": 325,
"FrameCountLow": 300,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": false,
"MaxFrameCountLow": false,
"ModifierNameList": [
"SetAidAttackExtraTargetRangeModifier",
"PerfectSwitchAllowOnstageAvatarModifier",
"LightParryTagContralModifier",
"EvadeTagContralModifier",
"SwitchTagContralModifier",
"FireAttackWarningEffect"
]
},
{
"AnimatorStateName": "Attack_07",
"FrameCountHigh": 376,
"FrameCountLow": 346,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": false,
"MaxFrameCountLow": false,
"ModifierNameList": [
"SetAidAttackExtraTargetRangeModifier",
"PerfectSwitchAllowOnstageAvatarModifier",
"LightParryTagContralModifier",
"EvadeTagContralModifier",
"SwitchTagContralModifier",
"FireAttackWarningEffect"
]
},
{
"AnimatorStateName": "Attack_07",
"FrameCountHigh": 506,
"FrameCountLow": 476,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": false,
"MaxFrameCountLow": false,
"ModifierNameList": [
"SetAidAttackExtraTargetRangeModifier",
"PerfectSwitchAllowOnstageAvatarModifier",
"HeavyParryTagContralModifier",
"EvadeTagContralModifier",
"SwitchTagContralModifier",
"FireAttackWarningEffect"
]
},
{
"AnimatorStateName": "Attack_Execute_01_Pre",
"FrameCountHigh": 184,

View File

@ -417,6 +417,11 @@
"$type": "ByIsLocalAvatar",
"IsLocalAvatar": true,
"Target": "Self"
},
{
"$type": "ByRelativeCampType",
"Relationship": "Enemy",
"Target": "Other"
}
],
"SuccessActions": [
@ -468,6 +473,16 @@
"Duration": 1,
"ModifierStacking": "Unique",
"OnBeingHit": [
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByRelativeCampType",
"Relationship": "Enemy",
"Target": "Other"
}
],
"SuccessActions": [
{
"$type": "DamageByAttackPropertyAction",
"AnimEventID": "SPBilly_Attack_ParryGP_AttackProperty_01",
@ -516,11 +531,20 @@
"EventKey": "SPBilly_GP_Success",
"Target": "Self"
}
]
}
],
"OnBeingHitResolved": [
{
"$type": "RemoveModifier",
"ModifierName": "SPBillyGPModifier",
"Predicates": [
{
"$type": "ByRelativeCampType",
"Relationship": "Enemy",
"Target": "Other"
}
],
"Target": "Caster"
}
]

View File

@ -3,6 +3,24 @@
{
"$type": "ActwithStateFrameMixin",
"ConfigList": [
{
"ActionList": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"SpBilly_AttackNormal04_OnMotor"
],
"IsAdd": true,
"Target": "Self"
}
],
"AnimatorStateName": "Attack_Normal_04",
"ForceTriggerOnTransitionIn": true,
"ForceTriggerOnTransitionOut": false,
"Frame": 0,
"IsLoop": false,
"LayerIndex": 0
},
{
"ActionList": [
{
@ -297,6 +315,30 @@
"ModifierNameList": [
"RemoveAttackNormal04TagModifier"
]
},
{
"AnimatorStateName": "Attack_Special_01_GPSuccess",
"FrameCountHigh": 3,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": false,
"MaxFrameCountLow": false,
"ModifierNameList": [
"RemoveAttackNormal04TagModifier"
]
},
{
"AnimatorStateName": "SwitchIn_Attack_Ex_Start",
"FrameCountHigh": 3,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": false,
"MaxFrameCountLow": false,
"ModifierNameList": [
"RemoveAttackNormal04TagModifier"
]
}
],
"IsSeam": false
@ -593,21 +635,6 @@
],
"Target": "Self"
},
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"SpBilly_AttackNormal04_OnMotor"
],
"IsAdd": true,
"Predicates": [
{
"$type": "ByTransitionName",
"Target": "Self",
"TransitionName": "AttackSpecial_Normal04"
}
],
"Target": "Self"
},
{
"$type": "ApplyModifier",
"ModifierName": "CounterRecoverHPModifier",

View File

@ -42,6 +42,12 @@
30102
]
},
{
"KENIGFLGBMI": 100704,
"BECLGJFCCAM": [
30102
]
},
{
"KENIGFLGBMI": 100801,
"BECLGJFCCAM": [

View File

@ -61,7 +61,8 @@
{
"KNALFKLAAGH": 5000134,
"BECLGJFCCAM": [
40207
40207,
30102
]
}
]

View File

@ -2349,7 +2349,7 @@
"HHPPGKFALEK": "",
"JGJDHBBAMGI": 0,
"IGMDMDIHJOD": false,
"GPAPDNMFKJE": "AbyssS2_Relic_079",
"GPAPDNMFKJE": "AbyssS2_Relic_078",
"LPNIMDNFNBE": "",
"AGJEMICFHOA": "",
"HILBGEMKMLB": [
@ -2369,7 +2369,7 @@
"HHPPGKFALEK": "",
"JGJDHBBAMGI": 0,
"IGMDMDIHJOD": false,
"GPAPDNMFKJE": "AbyssS2_Relic_078",
"GPAPDNMFKJE": "AbyssS2_Relic_079",
"LPNIMDNFNBE": "",
"AGJEMICFHOA": "",
"HILBGEMKMLB": [

View File

@ -5172,7 +5172,7 @@
"GAPDDOJPFGI": 1009024,
"BMBBBEIBOLE": "AchievementName_1009024",
"MCAHHIIMKLP": "AchievementDes_1009024",
"JHCBGJLLKAI": 2,
"JHCBGJLLKAI": 0,
"LKELMNKDFBG": 1,
"FCENKNPGHIM": "1203220005",
"NGHJAKHBFPJ": 101062564,
@ -5188,7 +5188,7 @@
"GAPDDOJPFGI": 1009025,
"BMBBBEIBOLE": "AchievementName_1009025",
"MCAHHIIMKLP": "AchievementDes_1009025",
"JHCBGJLLKAI": 2,
"JHCBGJLLKAI": 0,
"LKELMNKDFBG": 1,
"FCENKNPGHIM": "1200240061",
"NGHJAKHBFPJ": 101062565,

View File

@ -829,14 +829,12 @@
"EIOBDGIMKOB": [
200001,
200002,
200003,
200004,
200005,
200006,
200010,
200011,
200012,
200013,
200014,
200015,
200016,

View File

@ -399,6 +399,7 @@
"NPCName_103191871": "匠心",
"NPCName_103191881": "StrangePhantom",
"NPCName_113000182": "奇怪的雕像",
"NPCName_28openTeleportation": "开启传送点",
"PartnerTalk_BubbleStory_PartnerPromeia_340530035_01": "下次…",
"PartnerTalk_BubbleStory_PartnerPromeia_340530035_02": "再来看看吧。",
"PartnerTalk_BubbleStory_PartnerPromeia_340530039_01": "似乎…",
@ -622,7 +623,7 @@
"SPBilly_Skill_Normal_Desc": "点按 <IconMap:Icon_Normal> 发动:\n向前方进行至多四段的攻击造成<color=#F0D12B>物理伤害</color>\n第四段攻击发动时点按 <IconMap:Icon_Special> 发动<color=#FFFFFF>[特殊技:动力压制]</color>消耗生命值减少50%\n招式命中敌人时少量回复生命值。",
"SPBilly_Skill_QTE_Desc": "触发<color=#FFFFFF>[连携技]</color>时,选择对应角色发动:\n向前方进行多段攻击造成大量<color=#F0D12B>物理伤害</color>\n招式发动时回复15点<color=#FFFFFF>[决意]</color>\n招式发动期间拥有无敌效果。",
"SPBilly_Skill_Rush_Desc": "闪避时,点按 <IconMap:Icon_Normal> 发动:\n向前进行快速斩击造成<color=#F0D12B>物理伤害</color>。",
"SPBilly_Skill_Special_01_Desc": "自身生命值大于25%时,点按 <IconMap:Icon_Special> 发动:\n消耗等同自身16%生命值上限的生命值,召出摩托快速撞向敌人,持续造成<color=#F0D12B>物理伤害</color>\n招式发动短时间内若为当前操作中的角色时受到敌人攻击则会触发格挡免疫该次攻击并回复5点<color=#FFFFFF>[决意]</color>\n触发格挡后立即衔接<color=#FFFFFF>[强化特殊技:孤轮特技]</color>\n招式持续攻击一段时间后会自动衔接<color=#FFFFFF>[强化特殊技:孤轮特技]</color>\n招式发动期间抗打断等级提升。",
"SPBilly_Skill_Special_01_Desc": "自身生命值大于25%时,点按 <IconMap:Icon_Special> 发动:\n消耗等同自身16%生命值上限的生命值,召出摩托快速撞向敌人,持续造成<color=#F0D12B>物理伤害</color>\n招式发动短时间内若为当前操作中的角色时受到敌人攻击则会触发格挡免疫该次攻击并回复5点<color=#FFFFFF>[决意]</color>\n触发格挡后立即衔接<color=#FFFFFF>[强化特殊技:孤轮特技]</color>\n招式持续攻击一段时间后会自动衔接<color=#FFFFFF>[强化特殊技:孤轮特技]</color>\n招式发动期间抗打断等级提升。",
"SPBilly_Skill_Special_01_GetOff_Desc": "<color=#FFFFFF>[闪避:银河横行]</color>中断时自动发动:\n将摩托车踢向敌人造成<color=#F0D12B>物理伤害</color>\n招式发动后可以衔接<color=#FFFFFF>[闪避反击:决斗之王]</color>\n招式发动期间抗打断等级提升。",
"SPBilly_Talent_01_Desc_01": "<color=#FFFFFF>[核心被动:骑士决心]</color>进入战场时额外回复60点闪能<color=#FFFFFF>[强化特殊技]</color>命中敌人时使自身攻击造成的伤害无视目标18%<color=#F0D12B>物理伤害抗性</color>持续45秒重复触发时刷新持续时间。",
"SPBilly_Talent_01_Desc_01_Realign": "<color=#FFFFFF>[核心被动:骑士决心]</color>进入战场时额外回复60点闪能\n<color=#FFFFFF>[强化特殊技]</color>命中敌人时使自身攻击造成的伤害无视目标18%<color=#F0D12B>物理伤害抗性</color>持续45秒重复触发时刷新持续时间。",

View File

@ -1395,6 +1395,7 @@
"NPCName_103191871": "匠心",
"NPCName_103191881": "StrangePhantom",
"NPCName_113000182": "奇怪的雕像",
"NPCName_28openTeleportation": "開啟傳送點",
"NPCName_600702003": " ",
"NPCName_900500302": "工人",
"NPCName_900500304": "工人",
@ -2129,7 +2130,7 @@
"SPBilly_Skill_QTE_Title": "連攜技:騎士漫步",
"SPBilly_Skill_Rush_Desc": "閃避時,點按 <IconMap:Icon_Normal> 發動:\n向前進行快速斬擊造成<color=#F0D12B>物理傷害</color>。",
"SPBilly_Skill_Rush_Title": "衝刺攻擊:星-徽-懲-戒",
"SPBilly_Skill_Special_01_Desc": "自身生命值大於25%時,點按 <IconMap:Icon_Special> 發動:\n消耗等同於自身16%生命值上限的生命值,召出摩托快速撞向敵人,持續造成<color=#F0D12B>物理傷害</color>\n招式發動短時間內若為目前操作中的角色時受到敵人攻擊則會觸發格擋免疫該次攻擊並回復5點<color=#FFFFFF>[決意]</color>。\n觸發格擋後立即銜接<color=#FFFFFF>[強化特殊技:孤輪特技]</color>。\n招式持續攻擊一段時間後會自動銜接<color=#FFFFFF>[強化特殊技:孤輪特技]</color>\n招式發動期間抗打斷等級提升。",
"SPBilly_Skill_Special_01_Desc": "自身生命值大於25%時,點按 <IconMap:Icon_Special> 發動:\n消耗等同於自身16%生命值上限的生命值,召出摩托快速撞向敵人,持續造成<color=#F0D12B>物理傷害</color>\n招式發動短時間內若為目前操作中的角色時受到敵人攻擊則會觸發格擋免疫該次攻擊並回復5點<color=#FFFFFF>[決意]</color>\n觸發格擋後立即銜接<color=#FFFFFF>[強化特殊技:孤輪特技]</color>\n招式持續攻擊一段時間後會自動銜接<color=#FFFFFF>[強化特殊技:孤輪特技]</color>\n招式發動期間抗打斷等級提升。",
"SPBilly_Skill_Special_01_GetOff_Desc": "<color=#FFFFFF>[閃避:銀河橫行]</color>中斷時自動發動:\n將摩托車踢向敵人造成<color=#F0D12B>物理傷害</color>。\n招式發動後可以銜接<color=#FFFFFF>[閃避反擊:決鬥之王]</color>。\n招式發動期間抗打斷等級提升。",
"SPBilly_Skill_Special_01_GetOff_Title": "特殊技:脫韁",
"SPBilly_Skill_Special_01_Title": "特殊技:動力壓制",

View File

@ -3348,6 +3348,7 @@
"NPCName_103191871": "Handwerkskünstler",
"NPCName_103191881": "Seltsames Phantom",
"NPCName_113000182": "Seltsame Statue",
"NPCName_28openTeleportation": "Teleportationspunkt aktivieren",
"NPCName_600490101": "Dorothy",
"NPCName_600490102": "Sicherheitsboo",
"NPCName_600490103": "Schraube",

View File

@ -1993,6 +1993,7 @@
"Main_GalGame_Chapter190_819011012_033": "Oh... Ah well, ahaha... Uh... don't worry about it! Uh, let's head to the flower shop! What if Orchidea gets off work before we get there!",
"Main_GalGame_Chapter190_819011013_002": "Hmm... ah, do you have any white witherblooms?",
"Main_GalGame_Chapter190_819011013_012": "Nitro-Fuel... Well, I guess I don't have a choice...",
"Main_GalGame_Chapter190_819011013_022": "I can't stop thinking about the witherblooms... AI assistant, can you look up any information on them and see if there's anything unusual?",
"Main_GalGame_Chapter190_819111002_013": "She told me it was her first time drinking Nitro-Fuel, and she fell in love with it right away! I never thought I'd meet a rival like that! My throne... the throne of OuterRingFuelGod is shaking!",
"Main_GalGame_Chapter190_819111002_025": "Oh no, no, nothing like that. I just forgot!",
"Main_GalGame_Chapter190_819111002_033": "Yeah, that's because it's an alias... Huh? Our AI assistant is calling me.",
@ -2127,6 +2128,8 @@
"Main_GalGame_Chapter190_819311001_008": "You're awake. Don't sit up yet. Give it a minute. You need to rest.",
"Main_GalGame_Chapter190_819311001_013": "Billy and Cissia were here the whole time, actually. But they were getting kinda loud and I didn't want them to wake you up, so I sent them downstairs.",
"Main_GalGame_Chapter190_819311001_014": "Billy and Cissia were here the entire time, actually. They were kinda getting loud though... and I didn't want them waking you, so I sent them downstairs.",
"Main_GalGame_Chapter190_819311001_015": "As for Promeia... I think she got an urgent mission or something. She left after making sure your condition was stable.",
"Main_GalGame_Chapter190_819311001_016": "As for Promeia... I think she got an urgent mission or something. She left after making sure your condition was stable.",
"Main_GalGame_Chapter190_819311001_030": "Back in the Hollow, I... I don't even know why, but I just had to touch it. That... Void Hunter's Weapon...",
"Main_GalGame_Chapter190_819311001_031": "Back in the Hollow, I — I don't even know why, but I just had to touch it. That Void Hunter's Weapon...",
"Main_GalGame_Chapter190_819311001_032": "And the moment I touched it, I... I think I blacked out, but... I could feel it. Like I was back in that same state as before...",
@ -2204,7 +2207,7 @@
"Main_GalGame_Chapter190_819311006_012": "You've seen it yourself — they're... different. They risk themselves for people who don't matter to them. They believe in promises that shouldn't even be possible. They... spread this kind of... uncalculated sincerity.",
"Main_OngoingLevel_Chapter190_111901001_01": "{F#I hope Coco is at the teamilk store right now.}{M#I hope Coco is at the teamilk store right now.}",
"Main_OngoingLevel_Chapter190_111901003_01": "{F#The cinema is right across the street. Let's go ask Hailey!}{M#The cinema is right across the street. Let's go ask Hailey.}",
"Main_OngoingLevel_Chapter190_111901004_01": "{M#I keep thinking about her stopping by the cinema like that...}{F#I keep thinking about her stopping by the cinema...}",
"Main_OngoingLevel_Chapter190_111901004_01": "{M#It's kinda hard to just forget that whole bringing people to the cinema thing...}{F#It's kinda hard to just forget that whole bringing people to the cinema thing...}",
"Main_OngoingLevel_Chapter190_111912001_01": "Transformation complete! What do you think, Manager?",
"Main_OngoingLevel_Chapter190_111912001_02": "Cost me a fortune to get this super powerful form!",
"Main_OngoingLevel_Chapter190_111912001_04": "Ah, this is a must-have for Knights. I'd willingly trade an arm for this!",
@ -2255,6 +2258,7 @@
"NPCName_103191871": "Artisan",
"NPCName_103191881": "Strange Phantom",
"NPCName_113000182": "Strange Statue",
"NPCName_28openTeleportation": "Activate Teleporter",
"NPCName_600490111": "Assistant No. 2",
"NPCName_600490115": "Artisan",
"NPCName_600702003": " ",

View File

@ -2625,6 +2625,7 @@
"NPCName_103191871": "Artífice",
"NPCName_103191881": "Fantasma extraño",
"NPCName_113000182": "Estatua extraña",
"NPCName_28openTeleportation": "Activar teletransportador",
"NPCName_600490105": "Llave Inglesa",
"NPCName_600490110": "Ayudante n.º\u00A01",
"NPCName_600490111": "Ayudante n.º\u00A02",

View File

@ -3411,6 +3411,7 @@
"Main_OngoingLevel_Chapter190_111901001_01": "J'espère que Coco est à la boutique de latthés en ce moment.",
"Main_OngoingLevel_Chapter190_111901002_01": "D'ailleurs, les nouveaux goodies du Sān-Z STUDIO sont extra\u00A0!",
"Main_OngoingLevel_Chapter190_111901003_01": "Le cinéma est juste de l'autre côté de la rue, allons demander à Hailey{M#.}{F#\u00A0!}",
"Main_OngoingLevel_Chapter190_111901004_01": "Difficile d'oublier cette histoire d'inviter des gens au cinéma...",
"Main_OngoingLevel_Chapter190_111911001_02": "{F#On dirait qu'ils se connaissent bien.}{M#On dirait qu'elle est plutôt proche de Big Daddy.}",
"Main_OngoingLevel_Chapter190_111912001_03": "Ça peut même faire apparaître une moto\u00A0! Je comprends mieux où sont passés tes dennies...",
"Main_OngoingLevel_Chapter190_111912004_01": "Interférence de signal non identifiée détectée. Analyse en cours.",
@ -3487,6 +3488,7 @@
"NPCName_103191871": "Artisan",
"NPCName_103191881": "Fantôme étrange",
"NPCName_113000182": "Statue étrange",
"NPCName_28openTeleportation": "Activer le téléporteur",
"NPCName_600490101": "Dorothy",
"NPCName_600490102": "Sécu",
"NPCName_600490103": "Vis",

View File

@ -2432,6 +2432,7 @@
"NPCName_103191871": "Artisan",
"NPCName_103191881": "StrangePhantom",
"NPCName_113000182": "Patung Aneh",
"NPCName_28openTeleportation": "Aktifkan Portal",
"NPCName_600490101": "Dorothy",
"NPCName_600490103": "Screw",
"NPCName_600490105": "Wrench",

View File

@ -1787,6 +1787,7 @@
"NPCName_103191871": "장인 정신",
"NPCName_103191881": "StrangePhantom",
"NPCName_113000182": "이상한 조각상",
"NPCName_28openTeleportation": "워프 포인트 활성화",
"NPCName_600702003": " ",
"NPCName_601921007": "문",
"NPCName_601931015": "플린트 포르셀로이 W-엔진\n「숨겨진 빛」",

View File

@ -1777,6 +1777,7 @@
"NPCName_103191871": "Artesão",
"NPCName_103191881": "Fantasma Estranho",
"NPCName_113000182": "Estátua Estranha",
"NPCName_28openTeleportation": "Ativar Teletransporte",
"NPCName_600702003": " ",
"NPCName_900500302": "Trabalhador",
"NPCName_900500304": "Trabalhador",

View File

@ -2422,6 +2422,7 @@
"NPCName_103191871": "Умница",
"NPCName_103191881": "Странный фантом",
"NPCName_113000182": "Странная статуя",
"NPCName_28openTeleportation": "Активировать телепорт",
"NPCName_41535001": "Смотровой бинокль",
"NPCName_600490104": "«Супер-игрун»",
"NPCName_600490110": "Первый ассистент",

View File

@ -2223,6 +2223,7 @@
"NPCName_103191871": "ช่างฝีมือ",
"NPCName_103191881": "StrangePhantom",
"NPCName_113000182": "รูปปั้นประหลาด",
"NPCName_28openTeleportation": "เปิดจุดเทเลพอร์ต",
"NPCName_600490101": "Dorothy",
"NPCName_600490103": "Screw",
"NPCName_600490104": "\"Super Player\"",

View File

@ -1842,6 +1842,7 @@
"NPCName_103191871": "Nghệ Nhân",
"NPCName_103191881": "StrangePhantom",
"NPCName_113000182": "Bức Tượng Kỳ Lạ",
"NPCName_28openTeleportation": "Mở Điểm Dịch Chuyển",
"NPCName_900490501": "Boo Bóng Ma",
"NPCName_900500202": "Cô Gái Với Vẻ Mặt Khẩn Trương",
"NPCName_900500302": "Công Nhân",