Compare commits

...

2 Commits

Author SHA1 Message Date
GL
be374794ba Merge branch 'main' of http://shu.sheziwanglo.cn:3000/shurongsen/Cute_demon_attacks 2025-01-07 15:22:03 +08:00
GL
b5604ef725 水水母 2025-01-07 15:21:51 +08:00
2 changed files with 44 additions and 0 deletions

View File

@ -250,5 +250,33 @@
}
}
]
},
{
"temp_id": "M_S_003",
"monster_code": "水萌妖-03",
"skills": [
{
"positioning": "增加中毒范围",
"name": "毒气弥漫",
"effects": {
"level_1": "射程提升1格位置",
"level_2": "伤害提升15%",
"level_3": "攻击CD减少10%",
"level_4": "伤害提升35%",
"level_5": "每次扇形喷出3个毒雾攻击CD增加5%"
}
},
{
"positioning": "增加中毒伤害",
"name": "深化毒药",
"effects": {
"level_1": "敌人中毒后受到伤害提升20%",
"level_2": "伤害提升15%",
"level_3": "敌人中毒后毒药生效时间减少30%攻击CD增加5%",
"level_4": "伤害提升35%",
"level_5": "敌人中毒后受到伤害提升50%攻击CD增加5%"
}
}
]
}
]

View File

@ -142,5 +142,21 @@
"AttackCD": "3",
"CritRate": "0.05",
"CriticalHitRateBonus": "0"
},
{
"Id": "M_S_003",
"Name": "水萌妖-03",
"Quality": "1",
"Elements": "2",
"Info": "会对靠近的敌人喷出毒雾,让敌人中毒持续受伤。",
"SkillId": "3001",
"AttackType": "3",
"AttackActionType": "0",
"MaxAttack": "8",
"MinAttack": "8",
"AttackRange": "2",
"AttackCD": "1",
"CritRate": "0.025",
"CriticalHitRateBonus": "0"
}
]