diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..1a37f52
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+audio/
\ No newline at end of file
diff --git a/README.md b/README.md
index a4204af..4c4bac2 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,43 @@ dump文件目录
- sprites
- textmap
+# 2024年2月29日 本周更新 | 激光外观系统及平衡性调整
+
+## 新增激光外观系统:
+
+可以为飞船定制自己喜欢的激光外观啦!
+
+在【**百科大全**】-【**激光外观**】中即可选择不同的激光外观。
+
+激光外观将随协会等级逐步解锁。
+
+## 平衡性调整:
+
+1. 哨箭稀有度提升至稀有。
+2. 流光宝石和不明粉末稀有度降低至普通。
+3. 反击二连弹效果从2提升至3。
+4. 火花装置稀有度提升至稀有。
+5. 契约核心槽位颜色降低。
+
+## bug修复:
+
+1. 修复了在战斗中获得呼叫支援并撤退后,呼叫支援不会重置的问题。
+2. 修复了mac系统下全屏下切出再切回部分快捷键可能失效的问题。
+3. 修复了一次性电弧+的白色槽位被装载时不会触发白色反应晶石的问题。
+4. 修复了发动选择时,暂时撤退导致选择UI残留的问题。
+5. 修复了通过事件移除已装备的部件时,不会触发天赋-集邮册的问题。
+6. 修复了通过在商店中购买宝物-天赋宝藏图获得天赋-我好像买过了?时,当前商店的宝物无法额外购买1次的问题。
+7. 修复了毁灭摧毁除单星外唯一装载了能量的攻击部件时,单星没有获得威力翻倍的问题。
+
+---
+
+> 开发者碎碎念:
+>
+> 我们打算将新驾驶员的更新频率降低至两周一更。(对自己的开发效率过分高估了)
+>
+> 这样可以投入更多的精力到其他系统的开发上,尤其是第三艘飞船。
+
+
# 2024年2月22日 更新内容
## 体验优化:
1. 事件-大收藏家选项修改,提高选项收益和选择范围。
diff --git a/csv/encounterevents/EncounterEvents b/csv/encounterevents/EncounterEvents
index ad54e6c..49cbe94 100644
--- a/csv/encounterevents/EncounterEvents
+++ b/csv/encounterevents/EncounterEvents
@@ -43,6 +43,12 @@ int,int,string,void,int,int,bool,int[],int,string,void,int[],int,int,string,void
523,520,EventName/520,喂?你好~,,,,,,,,,,,EvenOptionDes/Close,[离开],,,,,,,,,,,,,,,,
524,520,EventName/520,喂?你好~,,,,,,EventDes/524,你详细了解到了这名罪犯的生平后,才发现原来他也是一个命途坎坷的可怜人,随着轻轻一声叹息,你告诉他不要再被骗了,默默的挂断了通讯。,,,,EvenOptionDes/Close,[离开],,,,,,,,,,,,,,,,
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+530,530,EventName/530,喂?你好~,0,0,FALSE,;7;;77;;;,,EventDes/530,翻看手中的悬赏单,你随意挑选了下一个目标,通讯接通后,他被你巧舌如簧的话术唬得一愣一愣的,很快就将自己的身价信息全部告诉了你。,;2;;;,,,EvenOptionDes/530_1,[诈骗]获得[0]。,OC_LiarRandomItemNew,,,,531,,,,,,,,,,,
+530,530,EventName/530,喂?你好~,,,,,,,,,,,EvenOptionDes/530_1,[诈骗]获得[0]。,OC_LiarRandomItemNew,,,,531,,,,,,,,,,,
+530,530,EventName/530,喂?你好~,,,,,,,,,,,EvenOptionDes/Close,[离开],OC_Close,,,,532,,,,,,,,,,,
+531,530,EventName/530,喂?你好~,,,,,,EventDes/531,在你缜密的语言攻势下,他完全相信了正有1000个赏金猎人前往他的坐标,他的声音都带着哭腔,连忙把{0}快递给了你,祈求你能引开这1000个赏金猎人,你信心十足的告诉他:“放心吧,有我在,不会有赏金猎人找到你的!”,,,,EvenOptionDes/Close,[离开],OC_Close,,,,,,,,,,,,,,,
+532,530,EventName/530,喂?你好~,,,,,,EventDes/532,你详细了解到了这名罪犯的生平后,才发现原来他也是一个命途坎坷的可怜人,随着轻轻一声叹息,你告诉他不要再被骗了,默默的挂断了通讯。,,,,EvenOptionDes/Close,[离开],OC_Close,,,,,,,,,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
950,950,EventName/950,颜色移除,0,2,FALSE,;7;;77;;;,,EventDes/950,顺利的通过了简色主义的考察,他们现在可以帮助你移除一个颜色能量原料。,,,,EvenOptionDes/950_1,[白色]移除1个白色的颜色能量原料。,OC_RemovePowerByColor,;1;;1;;;,,,951,,,,,,,,,,,
950,950,EventName/950,颜色移除,,,,,,,,,,,EvenOptionDes/950_2,[蓝色]移除1个蓝色的颜色能量原料。,OC_RemovePowerByColor,;2;;1;;;,,,952,,,,,,,,,,,
950,950,EventName/950,颜色移除,,,,,,,,,,,EvenOptionDes/950_3,[橙色]移除1个橙色的颜色能量原料。,OC_RemovePowerByColor,;3;;1;;;,,,953,,,,,,,,,,,
diff --git a/csv/laserskin/LaserSkin b/csv/laserskin/LaserSkin
new file mode 100644
index 0000000..83c7fda
--- /dev/null
+++ b/csv/laserskin/LaserSkin
@@ -0,0 +1,26 @@
+ID,UnlockLv,Name,Name_,InGame,Path,CannonHSV
+int,int,string,void,bool,string,int[]
+1001,0,LaserSkin/1001,护盾激光,,LaserSpiral,;211;;81;;100;;;
+1002,5,LaserSkin/1002,空间激光,,LaserElectric,;211;;81;;100;;;
+1003,45,LaserSkin/1003,月隐激光,,LaserArrow,;10;;60;;100;;;
+1004,30,LaserSkin/1004,粒子激光-黄,,LaserCube,;50;;60;;100;;;
+1005,30,LaserSkin/1005,粒子激光-蓝,,LaserCubeLightBlue,;180;;80;;100;;;
+1006,65,LaserSkin/1006,重力激光,,LaserDark,;0;;0;;95;;;
+1007,10,LaserSkin/1007,经典激光-蓝,,LaserEnemyBlue,;225;;75;;100;;;
+1008,10,LaserSkin/1008,经典激光-绿,,LaserEnemyGreen,;160;;80;;100;;;
+1009,10,LaserSkin/1009,经典激光-橙,,LaserEnemyOrange,;30;;60;;100;;;
+1010,10,LaserSkin/1010,经典激光-红,,LaserEnemyRed,;0;;60;;100;;;
+1011,15,LaserSkin/1011,火焰激光-黄,,LaserFlame,;40;;60;;100;;;
+1012,15,LaserSkin/1012,火焰激光-紫,,LaserFlamePurple,;290;;65;;100;;;
+1013,20,LaserSkin/1013,迷雾激光-白,,LaserFog,;200;;15;;100;;;
+1014,20,LaserSkin/1014,迷雾激光-紫,,LaserFogPurple,;290;;40;;100;;;
+1015,20,LaserSkin/1015,迷雾激光-红,,LaserFogRed,;0;;50;;100;;;
+1016,40,LaserSkin/1016,闪电激光-黄,,LaserLighting,;60;;60;;100;;;
+1017,40,LaserSkin/1017,闪电激光-白,,LaserLightingHoly,;60;;10;;100;;;
+1018,25,LaserSkin/1018,热力激光,,LaserLow,;10;;60;;100;;;
+1019,55,LaserSkin/1019,离子激光,,LaserPurpleLight,;290;;50;;100;;;
+1020,60,LaserSkin/1020,彩虹激光,,LaserRainbow,;0;;0;;95;;;
+1021,35,LaserSkin/1021,波动激光-红,,LaserSpin,;30;;70;;100;;;
+1022,35,LaserSkin/1022,波动激光-黄,,LaserSpinGold,;60;;60;;100;;;
+1023,50,LaserSkin/1023,星星激光,,LaserStar,;240;;60;;100;;;
+1024,50,LaserSkin/1024,水纹激光,,LaserWater,;180;;60;;100;;;
diff --git a/csv/shipunit/ShipUnit b/csv/shipunit/ShipUnit
index e44e673..961c975 100644
--- a/csv/shipunit/ShipUnit
+++ b/csv/shipunit/ShipUnit
@@ -141,8 +141,8 @@ int,string,void,int,string,void,int,int,int[],bool,int,int[],int[],int,int,int,s
,,,,,,,,,,,,,,,,,,,,,,,,,
13801,Name/13801_1,三号装置,1,Text/13801,三点,0,0,;5;;;,,0,;7;;;,;1;;;,,,1,Des/13801_1,装载后,生成1个[白色3点]能量,超频({0}):额外生成1个[白色3点]能量。,;OC:4;;;,;1;;;,,,2,Support_Player/Skill_OverclockThree,device_three,
13801,Name/13801_2,三号装置+,2,Text/13801,三点,0,0,;5;;;,,0,;7;;;,;1;;;,,,1,Des/13801_2,装载后,生成1个[蓝色3点]能量,超频({0}):额外生成1个[蓝色3点]能量。,;OC:4;;;,;2;;;,,,2,Support_Player/Skill_OverclockThree,device_three,
-13802,Name/13802_1,火花装置,1,Text/13802,火花,0,0,;5;;;,,0,;7;;;,;1;;;,,,1,Des/13802_1,超频({0}):使所有非同名部件装载1个[蓝色1点]能量。,;OC:3;;;,;1;;2;;;,,,2,Support_Player/Skill_OverclockLoadAll,device_spark,SparkDevice
-13802,Name/13802_2,火花装置+,2,Text/13802,火花,0,0,;5;;;,,0,;7;;;,;1;;;,,,1,Des/13802_2,超频({0}):使所有非同名部件装载1个[橙色1点]能量。,;OC:3;;;,;1;;3;;;,,,2,Support_Player/Skill_OverclockLoadAll,device_spark,SparkDevice
+13802,Name/13802_1,火花装置,1,Text/13802,火花,0,1,;5;;;,,0,;7;;;,;1;;;,,,1,Des/13802_1,超频({0}):使所有非同名部件装载1个[蓝色1点]能量。,;OC:3;;;,;1;;2;;;,,,2,Support_Player/Skill_OverclockLoadAll,device_spark,SparkDevice
+13802,Name/13802_2,火花装置+,2,Text/13802,火花,0,1,;5;;;,,0,;7;;;,;1;;;,,,1,Des/13802_2,超频({0}):使所有非同名部件装载1个[橙色1点]能量。,;OC:3;;;,;1;;3;;;,,,2,Support_Player/Skill_OverclockLoadAll,device_spark,SparkDevice
13803,Name/13803_1,高压导流器,1,Text/13803,导流,0,1,;5;;;,,0,;7;;;,;2;;;,,,1,Des/13803_1,超频({0}):使后方攻击部件获得{1}点威力。,;OC:5;;;,;8;;;,,,2,Support_Player/Skill_OverclockLinePower,device_overclock_back_power,
13803,Name/13803_2,高压导流器+,2,Text/13803,导流,0,1,;5;;;,,0,;7;;;,;1;;;,,,1,Des/13803_1,超频({0}):使后方攻击部件获得{1}点威力。,;OC:5;;;,;8;;;,,,2,Support_Player/Skill_OverclockLinePower,device_overclock_back_power,
13804,Name/13804_1,高压注能器,1,Text/13804,注能,0,1,;5;;;,,0,;7;;;,;3;;1;;;,,,1,Des/13804_1,超频({0}):生成1个[蓝色9点]能量。,;OC:6;;;,;2;;;,,,2,Support_Player/Skill_OverclockTopClass,device_overclock_nine,
@@ -163,8 +163,8 @@ int,string,void,int,string,void,int,int,int[],bool,int,int[],int[],int,int,int,s
14004,Name/14004_2,核能聚集器+,2,Text/14004,核能聚集,0,2,;8;;;,,0,;7;;;,;1;;1;;;,,,1,Des/14004_1,三重:获得威力翻倍。,,,,,1,Cannon_Player/Skill_TriangleDoublePowerCannon,cannon_trebling_double,TreblingDouble
14005,Name/14005_1,过载核心,1,Text/14005,过载,0,2,;8;;;,FALSE,0,;7;;;,;1;;;,,,1,Des/14005_1,在战斗中拥有{0}点功率,三重:使自身功率翻倍,每场战斗仅生效1次。,;PA:2;;;,,,,1,Cannon_Player/Skill_TriangleOncePowerAddedDouble,cannon_overload,Overload
14005,Name/14005_2,过载核心+,2,Text/14005,过载,0,2,;8;;;,FALSE,0,;7;;;,;1;;;,,,1,Des/14005_1,在战斗中拥有{0}点功率,三重:使自身功率翻倍,每场战斗仅生效1次。,;PA:3;;;,,,,1,Cannon_Player/Skill_TriangleOncePowerAddedDouble,cannon_overload,Overload
-14006,Name/14006_1,契约核心,1,Text/14006,契约,5,2,;8;;;,,0,;7;;;,;3;;2;;2;;;,,,1,Des/14006_1,三重:本回合接下来自身装载的所有能量点数将视为9点。,,,,,1,Cannon_Player/Skill_TriangleAsNineLoad,cannon_contract,Contract
-14006,Name/14006_2,契约核心+,2,Text/14006,契约,5,2,;8;;;,,0,;7;;;,;3;;1;;1;;;,,,1,Des/14006_1,三重:本回合接下来自身装载的所有能量点数将视为9点。,,,,,1,Cannon_Player/Skill_TriangleAsNineLoad,cannon_contract,Contract
+14006,Name/14006_1,契约核心,1,Text/14006,契约,5,2,;8;;;,,0,;7;;;,;3;;2;;1;;;,,,1,Des/14006_1,三重:本回合接下来自身装载的所有能量点数将视为9点。,,,,,1,Cannon_Player/Skill_TriangleAsNineLoad,cannon_contract,Contract
+14006,Name/14006_2,契约核心+,2,Text/14006,契约,5,2,;8;;;,,0,;7;;;,;2;;1;;1;;;,,,1,Des/14006_1,三重:本回合接下来自身装载的所有能量点数将视为9点。,,,,,1,Cannon_Player/Skill_TriangleAsNineLoad,cannon_contract,Contract
14007,Name/14007_1,进化核心,1,Text/14007,进化,0,0,;8;;;,,0,;7;;;,;3;;1;;1;;;,,,1,Des/14007_1,装载后,获得{0}点威力。三重:该效果获得的威力提升{1}点。,;DY:1;;;,;1;;;,,,1,Cannon_Player/Skill_TriangleAddedAsHandCount,cannon_evolve,CannonEvolve
14007,Name/14007_2,进化核心+,2,Text/14007,进化,0,0,;8;;;,,0,;7;;;,;1;;1;;1;;;,,,1,Des/14007_1,装载后,获得{0}点威力。三重:该效果获得的威力提升{1}点。,;DY:1;;;,;1;;;,,,1,Cannon_Player/Skill_TriangleAddedAsHandCount,cannon_evolve,CannonEvolve
,,,,,,,,,,,,,,,,,,,,,,,,,
@@ -439,7 +439,7 @@ int,string,void,int,string,void,int,int,int[],bool,int,int[],int[],int,int,int,s
80805,Name/80805_1,僚机火炮,1,Text/80805,开火,0,1,,,5,;7;;77;;;,;3;;2;;1;;;,,,1,Des/80805_1,装载后,对敌方造成{1}点伤害。计时({0}):摧毁自身。,;CD:3;;;,;6;;;,,,2,Support_Player/Skill_SupportLoadDamage,device_wingman,
80805,Name/80805_2,僚机火炮+,2,Text/80805,开火,0,1,,,5,;7;;77;;;,;3;;2;;1;;;,,,1,Des/80805_1,装载后,对敌方造成{1}点伤害。计时({0}):摧毁自身。,;CD:3;;;,;8;;;,,,2,Support_Player/Skill_SupportLoadDamage,device_wingman,
80806,Name/80806_1,漂浮的星币,1,Text/80806,抓取星币,0,2,,,5,;7;;77;;;,;3;;3;;2;;2;;1;;1;;;,,,1,Des/80806_1,装载后,获得{0}星币,对波结束后,摧毁自身。,,;6;;;,,,2,Support_Player/Skill_LoadCoinTurnEndDestroy,device_float_starcoin,FloatStarcoin
-80806,Name/80806_2,漂浮的星币+,2,Text/80806,抓取星币,0,2,,,5,;7;;77;;;,;3;;3;;2;;2;;1;;1;;;,,,1,Des/80806_2,装载后,获得{0}星币,对波结束后,摧毁自身。,,;8;;;,,,2,Support_Player/Skill_LoadCoinTurnEndDestroy,device_float_starcoin,FloatStarcoin
+80806,Name/80806_2,漂浮的星币+,2,Text/80806,抓取星币,0,2,,,5,;7;;77;;;,;3;;3;;2;;2;;1;;1;;;,,,1,Des/80806_1,装载后,获得{0}星币,对波结束后,摧毁自身。,,;8;;;,,,2,Support_Player/Skill_LoadCoinTurnEndDestroy,device_float_starcoin,FloatStarcoin
80807,Name/80807_1,临时休战协议,1,Text/80807,休战,0,1,,,5,;7;;77;;;,;1;;1;;;,,,1,Des/80807_1,三重:使敌我双方本回合所有列对波平局,并结束回合,下回合开始时摧毁自身。,,,,,2,Support_Player/Skill_StopFight,device_truce,
80807,Name/80807_2,临时休战协议+,2,Text/80807,休战,0,1,,,5,;7;;77;;;,;1;;1;;1;;;,,,1,Des/80807_1,三重:使敌我双方本回合所有列对波平局,并结束回合,下回合开始时摧毁自身。,,,,,2,Support_Player/Skill_StopFight,device_truce,
80808,Name/80808_1,商人保护仓,1,Text/80808,啊!!,0,1,,,5,;7;;77;;;,,,,1,Des/80808_1,战斗结束后,获得{0}次进入商店的机会。对波失败:摧毁自身。,,;1;;;,,,2,Support_Player/Skill_ShopSaver,device_merchant_capsule,
diff --git a/csv/treasure/Treasure b/csv/treasure/Treasure
index 9725aaf..60b4c2c 100644
--- a/csv/treasure/Treasure
+++ b/csv/treasure/Treasure
@@ -27,7 +27,7 @@ int,string,void,int,bool,int,int[],int,int,int[],int,bool,string,void,int[],stri
605,TreasureName/605,神秘代码,0,,0,;7;;77;;;,,0,;9;;;,,,TreasureDes/605,回合开始时,使手牌中最左侧能量点数提升{0}点。,;1;;;,TS_PointUpByTurn,Sprites/Treasures/plus_code,0,0
606,TreasureName/606,四阶魔方,0,,0,;7;;77;;;,,1,,,,TreasureDes/606,对波结束时,若手牌中能量个数≥{0},则所有能量点数提升{1}点。,;4;;1;;;,TS_LoadLessPointUp,Sprites/Treasures/rubic_cube,0,0
607,TreasureName/607,辐射粒子,1,,0,;7;;77;;;,,0,,,,TreasureDes/607,对波结束时,使手牌中最高点数的能量变为[橙色]能量。,,TS_PurpleHighPoint,Sprites/Treasures/radiating_particle,0,0
-608,TreasureName/608,不明粉末,1,,0,;7;;77;;;,,0,,,,TreasureDes/608,生成[1点]能量时,使其变为[橙色]能量。,,TS_OnePointPurple,Sprites/Treasures/ash,0,0
+608,TreasureName/608,不明粉末,0,,0,;7;;77;;;,,0,,,,TreasureDes/608,生成[1点]能量时,使其变为[橙色]能量。,,TS_OnePointPurple,Sprites/Treasures/ash,0,0
610,TreasureName/610,中场香槟,1,,0,;7;;77;;;,,0,;9;;;,,,TreasureDes/610,第2回合开始时,使手牌中的所有能量点数提升2点。,,TS_CoreUpSecondTurn,Sprites/Treasures/champagne,0,0
611,TreasureName/611,喷枪,1,,0,;7;;77;;;,,1,;9;;;,,,TreasureDes/611,回合开始时,提升1个随机颜色能量原料。,,TS_TurnPowerColorCoreUp,Sprites/Treasures/spray_gun,0,0
,,,,,,,,,,,,,,,,,,
@@ -39,7 +39,7 @@ int,string,void,int,bool,int,int[],int,int,int[],int,bool,string,void,int[],stri
705,TreasureName/705,二级盾,1,,0,;7;;;,,0,,,FALSE,TreasureDes/705,获得{0}点护盾上限。,;3;;;,TS_ExtraShield,Sprites/Treasures/shield_2,0,0
706,TreasureName/706,紧急无人机,1,,0,;7;;;,,0,,,,TreasureDes/706,回合开始时,回复1点护盾。,,TS_TurnSheildByZero,Sprites/Treasures/UAV,0,0
,,,,,,,,,,,,,,,,,,
-802,TreasureName/802,哨箭,0,,0,;7;;77;;;,,0,,,,TreasureDes/802,攻击部件装载[1点]能量时,获得{0}点威力。,;2;;;,TS_OnePointPower,Sprites/Treasures/whistle_arrow,0,0
+802,TreasureName/802,哨箭,1,,0,;7;;77;;;,,0,,,,TreasureDes/802,攻击部件装载[1点]能量时,获得{0}点威力。,;2;;;,TS_OnePointPower,Sprites/Treasures/whistle_arrow,0,0
803,TreasureName/803,点火线圈,0,,0,;7;;77;;;,,0,;9;;;,,,TreasureDes/803,第1回合开始时,使所有攻击部件获得{0}点威力。,;2;;;,TS_StartPower,Sprites/Treasures/bobbin,0,0
804,TreasureName/804,光伏模组,1,,0,;7;;77;;;,,0,;9;;;,,,TreasureDes/804,第{0}回合开始时,使所有攻击部件获得{1}点威力。,;4;;4;;;,TS_CertainTurnAddPower,Sprites/Treasures/solar_module,0,0
805,TreasureName/805,空弹夹,0,,0,;7;;77;;;,,1,,,,TreasureDes/805,攻击部件未装载能量时,拥有{0}点威力。,;2;;;,TS_VoidPower,Sprites/Treasures/empty_clip,0,0
@@ -64,7 +64,7 @@ int,string,void,int,bool,int,int[],int,int,int[],int,bool,string,void,int[],stri
908,TreasureName/908,电吉他,0,,0,;7;;77;;;,,0,,,,TreasureDes/908,敌方耐久归0时,所有攻击部件获得{0}点功率。,;1;;;,TS_FirstBreakPowerAdded,Sprites/Treasures/guitar,0,0
910,TreasureName/910,邪恶投影,1,,0,;7;;77;;;,,1,,,,TreasureDes/910,当攻击部件获得功率时,获得与功率增加点数相同的威力。,,TS_PowerAddedAddPower,Sprites/Treasures/evil_projection,0,0
912,TreasureName/912,音波,1,,0,;7;;77;;;,,0,;9;;;,,,TreasureDes/912,第3回合开始时,所有攻击部件获得{0}点临时功率。,;4;;;,TS_3rdTurnAddedTemp,Sprites/Treasures/sound_wave,0,0
-913,TreasureName/913,流光宝石,1,,0,;7;;77;;;,,0,,,,TreasureDes/913,战斗开始时,槽位数量最多的攻击部件获得1点功率。,,TS_StartSlotMostAdded,Sprites/Treasures/gem_poweradd,0,0
+913,TreasureName/913,流光宝石,0,,0,;7;;77;;;,,0,,,,TreasureDes/913,战斗开始时,槽位数量最多的攻击部件获得1点功率。,,TS_StartSlotMostAdded,Sprites/Treasures/gem_poweradd,0,0
914,TreasureName/914,功率购物卡,0,,0,;7;;77;;;,,0,,,FALSE,TreasureDes/914,在商店中获得攻击部件时,使其获得改造:在战斗中拥有2点功率。,,TS_ShopCannonAdded,Sprites/Treasures/card_poweradd,0,0
915,TreasureName/915,功率改造机,1,,1,;7;;77;;;,,0,,,FALSE,TreasureDes/915,获得时,使拥有的所有攻击部件获得改造:在战斗中拥有1点功率。,,TS_AllCannonAdded,Sprites/Treasures/poweradd_mechine,0,0
916,TreasureName/916,先锋勋章,1,,0,;7;;77;;;,,0,,,,TreasureDes/916,战斗过程中,第1个装载手牌能量的攻击部件获得{0}点功率。,;2;;;,TS_LoadFirstCannonAdded,Sprites/Treasures/poweradd_metal,0,0
@@ -80,7 +80,7 @@ int,string,void,int,bool,int,int[],int,int,int[],int,bool,string,void,int[],stri
1105,TreasureName/1105,破甲导弹,1,,0,;7;;77;;;,,0,,,,TreasureDes/1105,若3列均对波胜利,则额外削减{0}点敌方耐久。,;1;;;,TS_ExtraBreak,Sprites/Treasures/missile,0,0
1108,TreasureName/1108,穿刺之矛,0,,0,;7;;77;;;,,0,,,,TreasureDes/1108,敌方耐久归0时,对其造成{0}点伤害。,;10;;;,TS_BreakAndDamage,Sprites/Treasures/spear,0,0
1109,TreasureName/1109,折射激光,0,,0,;7;;77;;;,,1,,,,TreasureDes/1109,你每有一列在对波时打空,额外削减{0}点敌方耐久。,;1;;;,TS_BreakWhenMiss,Sprites/Treasures/reflect_laser,0,0
-1110,TreasureName/1110,反击二连弹,1,,0,;7;;77;;;,,1,,,,TreasureDes/1110,对波结束时,若所有列均没有对波胜利,则削减敌方{0}点耐久。,;2;;;,TS_NoWinBreak,Sprites/Treasures/double_bullets,0,0
+1110,TreasureName/1110,反击二连弹,1,,0,;7;;77;;;,,1,,,,TreasureDes/1110,对波结束时,若所有列均没有对波胜利,则削减敌方{0}点耐久。,;3;;;,TS_NoWinBreak,Sprites/Treasures/double_bullets,0,0
1111,TreasureName/1111,平衡仪,0,,0,;7;;77;;;,,1,,,,TreasureDes/1111,对波平局:同列攻击部件获得{0}点功率。,;1;;;,TS_Balance,Sprites/Treasures/balancing_apparatus,0,0
,,,,,,,,,,,,,,,,,,
1306,TreasureName/1306,机械阀门,1,,0,;7;;;,,1,;5;;;,,,TreasureDes/1306,战斗开始时,所有部件的超频阈值降低1点。,,TS_OverclockLowerLimit,Sprites/Treasures/valve,0,0
diff --git a/sprites/common/wiki_laser/wiki_laser.png b/sprites/common/wiki_laser/wiki_laser.png
new file mode 100644
index 0000000..7b28d01
Binary files /dev/null and b/sprites/common/wiki_laser/wiki_laser.png differ
diff --git a/sprites/treasures/ash/ash.png b/sprites/treasures/ash/ash.png
index 65424e0..ea85830 100644
Binary files a/sprites/treasures/ash/ash.png and b/sprites/treasures/ash/ash.png differ
diff --git a/sprites/treasures/gem_poweradd/gem_poweradd.png b/sprites/treasures/gem_poweradd/gem_poweradd.png
index ecd2f2d..054e890 100644
Binary files a/sprites/treasures/gem_poweradd/gem_poweradd.png and b/sprites/treasures/gem_poweradd/gem_poweradd.png differ
diff --git a/sprites/treasures/whistle_arrow/whistle_arrow.png b/sprites/treasures/whistle_arrow/whistle_arrow.png
index b924c41..594bfc6 100644
Binary files a/sprites/treasures/whistle_arrow/whistle_arrow.png and b/sprites/treasures/whistle_arrow/whistle_arrow.png differ
diff --git a/sprites/ui/ui_wiki_laser_button/UI_wiki_laser_button.png b/sprites/ui/ui_wiki_laser_button/UI_wiki_laser_button.png
new file mode 100644
index 0000000..04d92c1
Binary files /dev/null and b/sprites/ui/ui_wiki_laser_button/UI_wiki_laser_button.png differ
diff --git a/sprites/ui/ui_wiki_laser_button_click/UI_wiki_laser_button_click.png b/sprites/ui/ui_wiki_laser_button_click/UI_wiki_laser_button_click.png
new file mode 100644
index 0000000..d9ca760
Binary files /dev/null and b/sprites/ui/ui_wiki_laser_button_click/UI_wiki_laser_button_click.png differ
diff --git a/sprites/ui/ui_wiki_laser_button_disable/UI_wiki_laser_button_disable.png b/sprites/ui/ui_wiki_laser_button_disable/UI_wiki_laser_button_disable.png
new file mode 100644
index 0000000..0709bf9
Binary files /dev/null and b/sprites/ui/ui_wiki_laser_button_disable/UI_wiki_laser_button_disable.png differ
diff --git a/sprites/ui/ui_wiki_laser_button_hover/UI_wiki_laser_button_hover.png b/sprites/ui/ui_wiki_laser_button_hover/UI_wiki_laser_button_hover.png
new file mode 100644
index 0000000..edf03e4
Binary files /dev/null and b/sprites/ui/ui_wiki_laser_button_hover/UI_wiki_laser_button_hover.png differ
diff --git a/sprites/ui/ui_wiki_laser_button_pick/UI_wiki_laser_button_pick.png b/sprites/ui/ui_wiki_laser_button_pick/UI_wiki_laser_button_pick.png
new file mode 100644
index 0000000..4fdcd6c
Binary files /dev/null and b/sprites/ui/ui_wiki_laser_button_pick/UI_wiki_laser_button_pick.png differ
diff --git a/sprites/ui/ui_wiki_laser_frame/UI_wiki_laser_frame.png b/sprites/ui/ui_wiki_laser_frame/UI_wiki_laser_frame.png
new file mode 100644
index 0000000..d32f0db
Binary files /dev/null and b/sprites/ui/ui_wiki_laser_frame/UI_wiki_laser_frame.png differ
diff --git a/sprites/ui/ui_wiki_laser_show_frame/UI_wiki_laser_show_frame.png b/sprites/ui/ui_wiki_laser_show_frame/UI_wiki_laser_show_frame.png
new file mode 100644
index 0000000..4969858
Binary files /dev/null and b/sprites/ui/ui_wiki_laser_show_frame/UI_wiki_laser_show_frame.png differ
diff --git a/textmap/chinesetextmap_common/ChineseTextMap_Common b/textmap/chinesetextmap_common/ChineseTextMap_Common
index 9fa7df5..26f5085 100644
--- a/textmap/chinesetextmap_common/ChineseTextMap_Common
+++ b/textmap/chinesetextmap_common/ChineseTextMap_Common
@@ -27,6 +27,7 @@ DicPanel/Title;"百科大全"
DicPanel/UnitAndTreasure;"部件与宝物"
DicPanel/PilotAndTalent;"驾驶员与天赋"
DicPanel/AchievementAndStatistic;"成就与统计"
+DicPanel/LaserSkin;"激光外观"
AchievementPanel/Title;"成就"
StatisticDicPanel/Title;"统计"
StatisticDicPanel/Total;"统计总合"
diff --git a/textmap/chinesetextmap_encounterevent/ChineseTextMap_EncounterEvent b/textmap/chinesetextmap_encounterevent/ChineseTextMap_EncounterEvent
index 4f8d6e0..77d8a1d 100644
--- a/textmap/chinesetextmap_encounterevent/ChineseTextMap_EncounterEvent
+++ b/textmap/chinesetextmap_encounterevent/ChineseTextMap_EncounterEvent
@@ -10,6 +10,7 @@ EventName/310;"再来一瓶"
EventName/320;"回忆过去"
EventName/510;"自我复制"
EventName/520;"喂?你好~"
+EventName/530;"喂?你好~"
EventName/950;"颜色移除"
EventName/960;"拨打电话"
EventName/970;"移除服务"
@@ -152,6 +153,9 @@ EventDes/521;"在你缜密的语言攻势下,他完全相信了
EventDes/522;"他似乎发现了你言语间的漏洞,智商瞬间占领高地,正在他准备破口大骂前,你连忙挂断了通讯。"
EventDes/523;"经过言语和切切实实的利益引导,他对你的信任度已经非常高了,他满脸愁容的问你:“现在可怎么办才好?”"
EventDes/524;"你详细了解到了这名罪犯的生平后,才发现原来他也是一个命途坎坷的可怜人,随着轻轻一声叹息,你告诉他不要再被骗了,默默的挂断了通讯。"
+EventDes/530;"翻看手中的悬赏单,你随意挑选了下一个目标,通讯接通后,他被你巧舌如簧的话术唬得一愣一愣的,很快就将自己的身价信息全部告诉了你。"
+EventDes/531;"在你缜密的语言攻势下,他完全相信了正有1000个赏金猎人前往他的坐标,他的声音都带着哭腔,连忙把{0}快递给了你,祈求你能引开这1000个赏金猎人,你信心十足的告诉他:“放心吧,有我在,不会有赏金猎人找到你的!”"
+EventDes/532;"你详细了解到了这名罪犯的生平后,才发现原来他也是一个命途坎坷的可怜人,随着轻轻一声叹息,你告诉他不要再被骗了,默默的挂断了通讯。"
EventDes/950;"顺利的通过了简色主义的考察,他们现在可以帮助你移除一个颜色能量原料。"
EventDes/951;"简色主义的工作人员帮你移除了帮你移除了白色能量原料,大部分人都会这么选择。"
EventDes/952;"简色主义的工作人员帮你移除了帮你移除了蓝色能量原料,你的选择似乎有点出乎他们的意料。"
@@ -223,7 +227,7 @@ EventDes/1181;"比赛一切顺利,除了在起步时被相邻的飞船打击,甚至在你艰难赢下比赛走下飞船领奖时,还不小心踩到了一块香蕉皮。"
EventDes/1183;"一艘名叫“蜘蛛王”的飞船成了你最大的竞争对手,它频繁的使用自己飞船周边的空气利刃对你展开攻击,甚至报废了你的一个引擎。不过在最后的冲刺阶段,凭借利用自己飞船的高速旋转,你获得了额外的加速并取得了比赛的胜利。"
EventDes/1184;"你在参赛者中甚至发现了臭名昭著的鬣狗帮的头目和它的转换号。\n\n参加这样的比赛你的飞船注定会受到伤害,因此你明智的选择了退出。"
-EventDes/1185;"比赛中,鬣狗帮的匪徒卡比和他的转换者号成了你最大的竞争对手。你勉强的跟在两人身后。在最后一个难度不大的弯道,你利用冲撞赛道侧边的小行星带快速过弯拿到了冠军。虽然飞船受到了一定的伤害,不过你想这笔奖金也足以支付修理的费用。"
+EventDes/1185;"比赛中,鬣狗帮的匪徒卡比和他的转换者号成了你最大的竞争对手。你勉强地跟在身后。在最后一个难度不大的弯道,你利用冲撞赛道侧边的小行星带快速过弯拿到了冠军。虽然飞船受到了一定的伤害,不过你想这笔奖金也足以支付修理的费用。"
EventDes/1190;"好好的假期怎么能不去全星系最大的星际赌场体验一下呢?而且你已经联系好了一个荷官,她可以为你提供一定的“帮助”。在你还没降落前,这闪烁的霓虹和欢愉就深深地吸引了你的注意,你马不停蹄的走进去找到了那位荷官并坐了下来。"
EventDes/1191;"你悄悄贿赂了荷官,只见她轻轻一笑,示意你还不够。"
EventDes/1192;"你再次把星币从桌底递了过去,她接过后仍表示不满意。"
@@ -777,6 +781,8 @@ EvenOptionDes/520_2;"[赢取信任]失去[0]星币。诈骗100%成功
EvenOptionDes/520_3;"[赢取信任]失去[0]点血量。诈骗100%成功。下次赢取信任的代价翻倍。"
EvenOptionDes/520_4;"[赢取信任]失去[0]点燃料。诈骗100%成功。下次赢取信任的代价翻倍。"
EvenOptionDes/520_5;"[诈骗]100%的概率获得[0]。"
+EvenOptionDes/530_1;"[诈骗]获得[0]。"
+EvenOptionDes/530_2;"{0}和{1}"
EvenOptionDes/950_1;"[白色]移除1个白色的颜色能量原料。"
EvenOptionDes/950_2;"[蓝色]移除1个蓝色的颜色能量原料。"
EvenOptionDes/950_3;"[橙色]移除1个橙色的颜色能量原料。"
diff --git a/textmap/chinesetextmap_laserskin/ChineseTextMap_LaserSkin b/textmap/chinesetextmap_laserskin/ChineseTextMap_LaserSkin
new file mode 100644
index 0000000..8559def
--- /dev/null
+++ b/textmap/chinesetextmap_laserskin/ChineseTextMap_LaserSkin
@@ -0,0 +1,24 @@
+LaserSkin/1001;"护盾激光"
+LaserSkin/1002;"空间激光"
+LaserSkin/1003;"月隐激光"
+LaserSkin/1004;"粒子激光-黄"
+LaserSkin/1005;"粒子激光-蓝"
+LaserSkin/1006;"重力激光"
+LaserSkin/1007;"经典激光-蓝"
+LaserSkin/1008;"经典激光-绿"
+LaserSkin/1009;"经典激光-橙"
+LaserSkin/1010;"经典激光-红"
+LaserSkin/1011;"火焰激光-黄"
+LaserSkin/1012;"火焰激光-紫"
+LaserSkin/1013;"迷雾激光-白"
+LaserSkin/1014;"迷雾激光-紫"
+LaserSkin/1015;"迷雾激光-红"
+LaserSkin/1016;"闪电激光-黄"
+LaserSkin/1017;"闪电激光-白"
+LaserSkin/1018;"热力激光"
+LaserSkin/1019;"离子激光"
+LaserSkin/1020;"彩虹激光"
+LaserSkin/1021;"波动激光-红"
+LaserSkin/1022;"波动激光-黄"
+LaserSkin/1023;"星星激光"
+LaserSkin/1024;"水纹激光"
\ No newline at end of file
diff --git a/textmap/chinesetextmap_talent/ChineseTextMap_Talent b/textmap/chinesetextmap_talent/ChineseTextMap_Talent
index d13e63f..6b0859a 100644
--- a/textmap/chinesetextmap_talent/ChineseTextMap_Talent
+++ b/textmap/chinesetextmap_talent/ChineseTextMap_Talent
@@ -125,7 +125,7 @@ Talent/talent_limittimer_des;"每回合额外生成{0}个能量,但在{1}秒
Talent/talent_drawacircle_des;"经历度假事件会使其周围圆形区域的其他度假事件消耗天数减少1天。"
Talent/talent_resonate_des;"连续装载点数和颜色都相同的手牌能量时,*飞船中心*的*攻击部件*获得{0}点威力。"
Talent/talent_biggership_des;"飞船替换为拥有更多位置的大船号。"
-Talent/talent_liar_des;"领取悬赏奖励时,可以联系罪犯进行诈骗。"
+Talent/talent_liar_des;"精英战斗结束后,可以联系罪犯进行诈骗。"
Talent/talent_changeunit_des;"战斗结束后,使未装备的部件变换为随机部件(类型/稀有度/等级不变)。"
Talent/talent_ignorecolor_des;"每回合限1次,装载的手牌能量可以无视装载槽位的颜色限制。"
Talent/talent_dirextension_des;"所有*方位*的效果额外延长1格。"
diff --git a/textmap/englishtextmap_common/EnglishTextMap_Common b/textmap/englishtextmap_common/EnglishTextMap_Common
index 2f69eb4..c82e90f 100644
--- a/textmap/englishtextmap_common/EnglishTextMap_Common
+++ b/textmap/englishtextmap_common/EnglishTextMap_Common
@@ -26,7 +26,8 @@ SaveDataPanel/DataName;"Name"
DicPanel/Title;"Encyclopedia"
DicPanel/UnitAndTreasure;"Units and Treasures"
DicPanel/PilotAndTalent;"Pilots and Talents"
-DicPanel/AchievementAndStatistic;"Achievements and Statistics"
+DicPanel/AchievementAndStatistic;"Achievements and Stats"
+DicPanel/LaserSkin;"Laser Appearance"
AchievementPanel/Title;"Achievements"
StatisticDicPanel/Title;"Statistics"
StatisticDicPanel/Total;"Summary"
diff --git a/textmap/englishtextmap_encounterevent/EnglishTextMap_EncounterEvent b/textmap/englishtextmap_encounterevent/EnglishTextMap_EncounterEvent
index f3f56e1..8550ddb 100644
--- a/textmap/englishtextmap_encounterevent/EnglishTextMap_EncounterEvent
+++ b/textmap/englishtextmap_encounterevent/EnglishTextMap_EncounterEvent
@@ -10,6 +10,7 @@ EventName/310;"One More Please"
EventName/320;"Recall the Past "
EventName/510;"Self-Copy"
EventName/520;"Hello there!"
+EventName/530;"Hello there!"
EventName/950;"Color Removal"
EventName/960;"Make a Call"
EventName/970;"Removal Service"
@@ -152,6 +153,9 @@ EventDes/521;"Under your meticulous persuasion, he completely bel
EventDes/522;"It seems that he discovered the contradictory in what you said and instantly regained sanity. Right before he is about to launch into a furious tirade, you hastily terminate the communication."
EventDes/523;"Your action promoted his trust in you. With a worried expression, he asked, "What should I do now?""
EventDes/524;"Only after getting to know the criminal's background that you realize he is also a pitiable soul with a difficult life. With a soft sigh, you advise him not to fall for deception again, and quietly terminate the communication."
+EventDes/530;"You casually glance at the bounty contracts in your hand, and randomly pick the next target. After establishing communication, your glib talk completely confuses him, and he quickly discloses all his identity information to you."
+EventDes/531;"Under your meticulous persuasion, he completely believes that there are indeed 1000 Bounty Hunters heading to his hideout. His voice quivers with panic as he hastens to transfer {0} to you, imploring you to divert these hunters. With utmost confidence, you assure him: "Rest assured, with my help, no Bounty Hunters will find you!""
+EventDes/532;"Only after getting to know the criminal's background that you realize he is also a pitiable soul with a difficult life. With a soft sigh, you advise him not to fall for deception again, and quietly terminate the communication."
EventDes/950;"You have successfully passed the test of Simple Color, and now they can help you remove one Color Energy Resource."
EventDes/951;"The Simple Color staff removed the White Energy Resource for you, which is the choice most people will make."
EventDes/952;"The Simple Color staff removed the Blue Energy Resource for you, and it seems like your choice surprised them."
@@ -192,18 +196,18 @@ EventDes/1070;"You enter a black market tavern and immediately recognize the ren
EventDes/1071;"This gray area might be tempting, but most Bounty Hunters wouldn't linger after achieving their objectives. After all, all of them have enemies. Under hostile gazes, you quickly leave the place."
EventDes/1080;"You received an urgent signal. A group of Hyena Gang pirates is attacking a rookie Bounty Hunter's ship. You simply approach them, and the Hyena Gang pirates just flee away. A young Catfolk Hunter leaps into your arms, sobbing even harder, vowing to repay your life-saving favor."
EventDes/1081;"Although you merely moved your ship and did nothing else, the young hunter has something you currently need. You choose your desired reward, and he finally stops crying, flying away in his ship. But... he seems to be heading in the same direction the Hyena Gang escaped to earlier..."
-EventDes/1100;"The Undeptus Mechanian was originally a sarcastic religion established by Henderson, a space school student a millennium ago, to mock various racial groups' strange beliefs. Since creation myths of various religions carried mysterious, indescribable elements, anything could be a creator god. \n\nHenderson chose his family's self-service ship repair machine, a very simple Mech. However, with an increase in the number of his followers, the religion seemed to have developed in an uncontrollable way. \n\nNow, you happen to be standing in front of that sacred "prototype.""
-EventDes/1101;"The machine quickly transforms your ship in your desired way. Astonishingly, this machine requires no Energy input, and even the transformation process itself takes no time. Or, should it be said, while you sense the passage of time, the transformation is infinite. Your vacation remains unaffected. You're intensely focused on this mystical experience, failing to notice a young person standing behind you."
-EventDes/1103;"You've never had much sympathy for those paranoid "missionaries" of the Undeptus Mechanian, not to mention their sacred place. You choose to turn around and leave."
-EventDes/1104;"You marvel at this machine's miracles. \n\nSuddenly, the young person behind you strikes up a conversation, startling you. "It used to be an ordinary machine." \n\nHe continues, "But with an increase in followers, perhaps the true creator of this world found it amusing. All the originally satirical miracles became reality on this machine, even including me, who shouldn't exist in this world.""
-EventDes/1110;"A mysterious Mech salesperson contacts you through the channel. It seems like he has installed the latest chat component, CheatGPT, making them more talkative than even the most eloquent humans. He enthusiastically pitches a service that promises to upgrade all your ship's Units without charging a single Star Coin. It sounds too good to be true, but you are intrigued."
+EventDes/1100;"The Undeptus Mechanian was originally a sarcastic religion established by Henderson, a space school student a millennium ago, to mock various racial groups' strange beliefs. Since creation myths of various religions carried mysterious, indescribable elements, anything could be a creator god. \n\nHenderson chose his family's self-service ship repair machine, a very simple Mech. However, with the increase in the number of his followers, the religion seemed to have developed in an uncontrollable way. \n\nNow, you happen to be standing in front of that sacred "prototype.""
+EventDes/1101;"The machine quickly transforms your ship in your desired way. Astonishingly, this machine requires no Energy input, and even the transformation process takes no time. Or, should it be said, while you sense the passage of time, the transformation is infinite. Your vacation remains unaffected. You're so focused on this mystical experience that you don't even notice that there is a young person standing behind you."
+EventDes/1103;"You've never had a good impression of those paranoid "missionaries" of the Undeptus Mechanian, not to mention their sacred place. You choose to turn around and leave."
+EventDes/1104;"You marvel at this machine's miracles. \n\nSuddenly, the young person behind you strikes up a conversation, startling you. "It used to be an ordinary machine." \n\nHe continues, "But with the increase in followers, perhaps the true creator of this world found it amusing. All the originally satirical miracles became reality on this machine, even including me, who shouldn't exist in this world.""
+EventDes/1110;"A mysterious Mech salesperson contacts you through the channel. It seems like he has installed the latest chat module, CheatGPT, making them more talkative than even the most eloquent humans. He enthusiastically pitches a service that promises to upgrade all your ship's Units without charging a single Star Coin. It sounds too good to be true, but you are intrigued."
EventDes/1111;"After a series of operations by this Mech, your spaceship undergoes a miraculous transformation. You carefully inspect all your Units and realize that they have indeed been upgraded. You sit back in your cockpit, your feet off the ground, feeling like your intelligence has conquered new heights in this unbelievably advantageous deal."
EventDes/1112;"Deep down, you couldn't shake the feeling that you are being duped. Despite the temptation, you limp away from this suspicious Mech."
EventDes/1120;"You arrive at a small ship repair workshop owned by the Bounty Hunter Association. However, there's only an old engineer named Hannibal working here, which is strange. According to the Association's regulations, even a small facility should have at least four staff members. You can get your ship repaired or obtain supplies here for free, just like in other Association facilities. However, the old man is slow in movement, and he seems to expect you to help him out here."
EventDes/1121;"After some repairs, your ship is reinforced. The old man appears to be very skillful, and the repair exceeds your expectations."
-EventDes/1122;"You assist the old man in fixing other merchant ships. He's delighted and gives you all the repair fees. He insists on having dinner together no matter what. \n\nThe table is filled with meat dishes, many of which you've never seen before. Nonetheless, they're all incredibly delicious."
+EventDes/1122;"You assist the old man in fixing other merchant ships. He's delighted and gives you all the repair fees. He insists on having dinner together with you. \n\nThe table is filled with meat dishes, many of which you've never seen before. Nonetheless, they're all incredibly delicious."
EventDes/1123;"The old man fuels up your ship, but his actions seem quite clumsy."
-EventDes/1130;"You visit a desolate planet and encounter a Treant who fears loneliness. He even uses his own ability to split into two. When he and his replicant see you passing by all alone, he feels the pain of loneliness and wants to send you a gift."
+EventDes/1130;"You visit a desolate planet and encounter a Treant who fears loneliness. He even uses his own ability to split into two. When he and his replicant see you passing by all alone, he feels the pain of loneliness and wants to give you a gift."
EventDes/1131;"He thanks you for your visit and copies your {0}."
EventDes/1132;"He gifts you two {0}, hoping that you could make good use of them."
EventDes/1133;"You express your gratitude for the warm hospitality of the two brothers and say you couldn't accept any more gifts."
@@ -212,25 +216,25 @@ EventDes/1160;""Sir!" A young Bounty Hunter you once helped approac
EventDes/1161;"The young Bounty Hunter happily repairs your ship and refills the fuel. With his repair skills, he even manages to earn some Star Coins for you by replacing some ship Units. You feel relieved seeing how dependable he has become."
EventDes/1162;"You specifically ask for a Unit from his rookie ship. \n\n"If you really want it, sir, then take it." He looks hesitant and after a moment of contemplation, hands over the Unit to you."
EventDes/1163;"As an experienced Beastkin ship racer, you immediately recognize that {0} on the rookie's ship is the most valuable Unit. Before he can react, you swiftly remove it and speed away in your ship. You glance at the tearful young man on the monitor and firmly resolve to train him harder."
-EventDes/1170;"Bip, bip, bip - another unknown signal connects to your channel, and a catfolk on the other end of the screen points at two Units with his two claws, asking if you want to make a Unit exchange. As you pass by him, he notices some of the Units on your spaceship."
+EventDes/1170;"Beep, beep, beep - another unknown signal connects to your channel, and a catfolk on the other end of the screen points at two Units with his two claws, asking if you want to make a Unit exchange."
EventDes/1171;"You successfully complete the trade, and the catfolk leaves contentedly."
-EventDes/1172;"The catfolk sees that his proposed trade offer doesn't impress you, and he provides another trade proposal."
+EventDes/1172;"The catfolk sees that his offer doesn't impress you, and he provides another trade proposal."
EventDes/1173;"You successfully complete the trade, and the catfolk leaves contentedly."
EventDes/1174;"The catfolk's two trade proposals fail to convince you, and he leaves, looking disheartened."
-EventDes/1175;"Seeing this catfolk's amateurish trading skills, you couldn't resist giving him some pointers. After you impart a wealth of trading tactics, he gratefully offers you one of his own Units."
-EventDes/1180;"In the galaxy ahead, numerous spaceships are gathered, and a communication request is connected to your main control room.\n\n"Friend, are you here to participate in the spaceship racing too? We have various types of competitions prepared here, and, of course, the prizes differ."\n\nA dogfolk pushes his cowboy hat up.\n\n"But, you know, in spaceship racing, there are always some risks.""
+EventDes/1175;"Seeing this catfolk's amateurish trading skills, you couldn't resist giving him some pointers. After you impart a wealth of trading tactics, he gratefully offers you one of his Units."
+EventDes/1180;"In the galaxy ahead, numerous spaceships are gathered, and a communication request is connected to your main control room.\n\n"Friend, are you here to participate in the spaceship racing too? We have various types of competitions prepared here, and, of course, the prizes differ."\n\nA dogfolk tip his cowboy hat.\n\n"But, you know, in spaceship racing, there are always some risks.""
EventDes/1181;"The race goes smoothly, aside from a minor collision with a neighboring spaceship at the start. You maintain a lead throughout and ultimately claim victory in the race."
EventDes/1182;"During the race, your spaceship is frequently attacked by red turtle shells from behind, and you even accidentally step on a banana peel while disembarking after your hard-fought win."
EventDes/1183;"A ship named "Spider King" becomes your toughest competitor, frequently using air blades around its spaceship to launch attacks on you, even disabling one of your engines. However, in the final sprint stage, using your ship's high-speed rotation, you gain extra speed boost and secure victory in the race."
-EventDes/1184;"You even notice the notorious leader of the Hyena Gang and his ship — the "Transition" among the participants.\n\nKnowing that your spaceship would inevitably be damaged in such races, you wisely choose to withdraw."
-EventDes/1185;"During the race, members of the Hyena Gang, Cabbie and his ship the "Transition," become your fiercest competitor. You are closely following behind them. In the final and not very challenging turn, you use collision with the asteroid on the side of the track to speed through the bend and win the championship. Although your spaceship receives some damage, you think the prize money would be enough to cover the repair costs."
-EventDes/1190;"On vacation, why not visit the galaxy's largest space casino? Plus, you've already arranged to meet a dealer who can provide you with some "assistance". Even before landing, the blinking neon lights and the joy within capture your attention, and you hurriedly enter, find the dealer, and then take a seat."
+EventDes/1184;"You notice the notorious leader of the Hyena Gang and his ship — the "Transition" among the participants.\n\nKnowing that your spaceship would inevitably be damaged in such races, you wisely choose to withdraw."
+EventDes/1185;"During the race, leader of the Hyena Gang, Cabbie and his ship the "Transition," become your fiercest competitor. You are closely following behind . In the final turn, you use collision with the asteroid on the side of the track to speed through the bend and win the championship. Although your spaceship receives some damage, you think the prize money would be enough to cover the repair costs."
+EventDes/1190;"Why not visit the galaxy's largest space casino on vacation? Plus, you've already arranged to meet a dealer who can provide you with some "assistance". Even before landing, the blinking neon lights and Star Coins have captured your attention, and you hurriedly enter, find the dealer, and then take a seat."
EventDes/1191;"You discreetly bribe the dealer, and she smiles, indicating that it is not enough."
EventDes/1192;"You hand the Star Coins under the table once again, and she still expresses her dissatisfaction."
-EventDes/1193;"In your mind, you are already complaining about the great risk you are taking! Your Star Coins are precious, but you continue to bribe and pray that this lady's appetite wouldn't be too great."
+EventDes/1193;"You are already complaining about the great risk you are taking! Your Star Coins are precious, but you continue to bribe and pray that this lady's appetite wouldn't be too great."
EventDes/1194;"Despite multiple bribes, the dealer once again urges you to place your "bet"... Should you continue to bribe her?"
EventDes/1195;"You've already given her so much! Even if you win, you won't earn much, and the dealer hasn't given you a clear sign. Should you just go ahead and place a bet?"
-EventDes/1196;"Finally, the dealer nods slightly and wears a satisfied smile. At this moment, you know that it is in the bag."
+EventDes/1196;"Finally, the dealer nods slightly with a satisfied smile. At this moment, you know that it is in the bag."
EventDes/1197;"Just as you are about to make another bribe, a pair of strong hands behind you pin you down. When you turn around, you see the casino security! He has already spotted you and promptly lifts you up and throws you out of the casino..."
EventDes/1198;"The dealer discreetly blows you a kiss and reveals the last card. You win the game! You hit the jackpot!"
EventDes/1199;"You lose the game! You stare intensely at the dealer, wanting to confront her, but then think about the security guard in the game who is not one to mess with... You could only consider yourself unlucky..."
@@ -777,6 +781,8 @@ EvenOptionDes/520_2;"[Win Trust] Lose [0] Star Coins. Scam guaranteed
EvenOptionDes/520_3;"[Win Trust] Lose [0] HP. Scam guaranteed success. Cost to win trust doubles next time."
EvenOptionDes/520_4;"[Win Trust] Lose [0] Fuel. Scam guaranteed success. Cost to win trust doubles next time."
EvenOptionDes/520_5;"[Scam] 100% chance to gain [0]."
+EvenOptionDes/530_1;"[Scam] gain [0]."
+EvenOptionDes/530_2;"{0} and {1}"
EvenOptionDes/950_1;"[White] Remove 1 White Energy Resource."
EvenOptionDes/950_2;"[Blue] Remove 1 Blue Energy Resource."
EvenOptionDes/950_3;"[Orange] Remove 1 Orange Energy Resource."
diff --git a/textmap/englishtextmap_laserskin/EnglishTextMap_LaserSkin b/textmap/englishtextmap_laserskin/EnglishTextMap_LaserSkin
new file mode 100644
index 0000000..55046d6
--- /dev/null
+++ b/textmap/englishtextmap_laserskin/EnglishTextMap_LaserSkin
@@ -0,0 +1,24 @@
+LaserSkin/1001;"Shielder Laser"
+LaserSkin/1002;"Spacewalker Laser"
+LaserSkin/1003;"Moon Shadow Laser"
+LaserSkin/1004;"Particle Laser - Yellow"
+LaserSkin/1005;"Particle Laser - Blue"
+LaserSkin/1006;"Gravity Laser"
+LaserSkin/1007;"Typical Laser - Blue"
+LaserSkin/1008;"Typical Laser - Green"
+LaserSkin/1009;"Typical Laser - Orange"
+LaserSkin/1010;"Typical Laser - Red"
+LaserSkin/1011;"Flame Laser - Yellow"
+LaserSkin/1012;"Flame Laser - Purple"
+LaserSkin/1013;"Mist Laser - White"
+LaserSkin/1014;"Mist Laser - Purple"
+LaserSkin/1015;"Mist Laser - Red"
+LaserSkin/1016;"Lightning Laser - Yellow"
+LaserSkin/1017;"Lightning Laser - White"
+LaserSkin/1018;"Thermal Laser"
+LaserSkin/1019;"Ion Laser"
+LaserSkin/1020;"Rainbow Laser"
+LaserSkin/1021;"Wave Laser - Red"
+LaserSkin/1022;"Wave Laser - Yellow"
+LaserSkin/1023;"Star Laser"
+LaserSkin/1024;"Aqua Laser"
\ No newline at end of file
diff --git a/textmap/englishtextmap_talent/EnglishTextMap_Talent b/textmap/englishtextmap_talent/EnglishTextMap_Talent
index 0cd3354..402143d 100644
--- a/textmap/englishtextmap_talent/EnglishTextMap_Talent
+++ b/textmap/englishtextmap_talent/EnglishTextMap_Talent
@@ -133,7 +133,7 @@ Talent/talent_makefriends_des;"After each of the first two elite battles, choose
Talent/talent_rareorder_des;"In the 1st/2nd/3rd galaxy, all randomly dropped Units and Treasures are mandated to be Common/Rare/Legendary ones, with no limit on the quantity."
Talent/talent_tutorial_des;"Gain {0} Max HP and {1} Max Fuel at the start of the run."
Talent/talent_recover_addcoin_des;"When restoring HP, gain the same amount of Star Coins."
-Talent/talent_centeradded_des;"At the start of the battle, the *Attack Unit* at the *Spaceship Center* gain {0} *Power*."
+Talent/talent_centeradded_des;"At the start of the battle, the *Attack Unit* at the *Spaceship Center* gains {0} *Power*."
Talent/talent_traveler_des;"Each vacation increases by 1 day, and unspent days can be carried over to the next vacation."
Talent/talent_theft_des;"Inside the shop, you cannot purchase any items, but you can steal 1 item for free."
Talent/talent_magic_des;"At the start of the run, gain an exclusive Unit: 80803|1."
diff --git a/textmap/englishtextmap_treasure/EnglishTextMap_Treasure b/textmap/englishtextmap_treasure/EnglishTextMap_Treasure
index 290d923..065115b 100644
--- a/textmap/englishtextmap_treasure/EnglishTextMap_Treasure
+++ b/textmap/englishtextmap_treasure/EnglishTextMap_Treasure
@@ -248,7 +248,7 @@ TreasureDes/1104;"At the end of the Showdown, If you've reduced the enemy's *Dur
TreasureDes/1105;"If all 3 lanes claim *victory* in the Showdown, reduce the enemy's *Durability* by an extra {0} point."
TreasureDes/1108;"When an enemy's *Durability* reaches 0, deal {0} damage to it."
TreasureDes/1109;"For each of your lanes missing during the Showdown, reduce the enemy's *Durability* by an extra {0} point."
-TreasureDes/1110;"At the end of the Showdown, if none of your lanes can claim *victory* in the Showdown, reduce the enemy's *Durability* by 2."
+TreasureDes/1110;"At the end of the Showdown, if none of your lanes can claim *victory* in the Showdown, reduce the enemy's *Durability* by {0}."
TreasureDes/1111;"*Draw in the Showdown*: All *Attack Units* in the *same lane* gain {0} *Power*."
TreasureDes/1306;"At the start of the battle, reduce the *Overclock* threshold of all Units by 1."
TreasureDes/1309;"When *Overclock* is triggered, all *Attack Units* gain 1 Strength."