mirror of
https://github.com/Powerful-517/yys-editor.git
synced 2025-05-23 19:35:24 +00:00
御魂指标选择bug修复
This commit is contained in:
parent
74d8d55632
commit
58f15c2119
@ -207,6 +207,14 @@ watch(() => shikigami.value.skillRequiredMode, (newVal) => {
|
||||
watch(() => yuhunTarget.value, (newVal) => {
|
||||
switch (newVal) {
|
||||
//<el-option label="伤害输出" value="1"/>
|
||||
case "0": {
|
||||
shikigami.value.yuhun.target = 0
|
||||
shikigami.value.yuhun.property2 = ["Attack", "Defense", "Health", "Speed"];;
|
||||
shikigami.value.yuhun.property4 = ["Attack", "Defense", "Health", "ControlHit", "ControlMiss"];
|
||||
shikigami.value.yuhun.property6 = ["Attack", "Defense", "Health", "Crit", "CritDamage"];
|
||||
break;
|
||||
}
|
||||
//<el-option label="伤害输出" value="1"/>
|
||||
case "1": {
|
||||
shikigami.value.yuhun.target = 1
|
||||
shikigami.value.yuhun.property2 = ["Attack"];
|
||||
@ -350,7 +358,7 @@ const resetData = () => {
|
||||
edit: false,
|
||||
yuhun: {
|
||||
yuhunSetEffect: [],
|
||||
target: "0",
|
||||
target: "1",
|
||||
property2: ["Attack"],
|
||||
property4: ["Attack"],
|
||||
property6: ["Crit", "CritDamage"],
|
||||
|
@ -1,4 +1,11 @@
|
||||
[
|
||||
{
|
||||
"version": "2.0.1",
|
||||
"date": "2025-03-18",
|
||||
"changes": [
|
||||
"修复任意属性无法正确关联2,4,6御魂主属性的bug"
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "2.0.0",
|
||||
"date": "2025-03-18",
|
||||
|
Loading…
x
Reference in New Issue
Block a user