This commit is contained in:
parent
4e92ff8140
commit
d8c12f3d52
|
|
@ -57,6 +57,31 @@
|
||||||
"CSBase/Interface.nut"
|
"CSBase/Interface.nut"
|
||||||
],
|
],
|
||||||
"ProjectScript": {
|
"ProjectScript": {
|
||||||
|
"异界装备升级": {
|
||||||
|
"Private": true,
|
||||||
|
"Script": [
|
||||||
|
"Project/ItemTool/ItemOtherWolrdUpgrade/ItemOtherWolrdUpgrade.nut"
|
||||||
|
],
|
||||||
|
"info": {
|
||||||
|
"ProjectAuthor": "官方 (期限:月)",
|
||||||
|
"ProjectVersion": "1.0.0",
|
||||||
|
"ProjectDescribe": "异界装备升级",
|
||||||
|
"ImageMini": "http://49.234.27.222:8651/dps/download2/Image:chengjiu.png"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"誉名录": {
|
||||||
|
"Private": true,
|
||||||
|
"Script": [
|
||||||
|
"Project/NewTitle/TitleButton.nut",
|
||||||
|
"Project/NewTitle/NewTitle.nut"
|
||||||
|
],
|
||||||
|
"info": {
|
||||||
|
"ProjectAuthor": "官方 (期限:月)",
|
||||||
|
"ProjectVersion": "1.0.0",
|
||||||
|
"ProjectDescribe": "新的称号簿",
|
||||||
|
"ImageMini": "http://49.234.27.222:8651/dps/download2/Image:chengjiu.png"
|
||||||
|
}
|
||||||
|
},
|
||||||
"新装备信息窗口": {
|
"新装备信息窗口": {
|
||||||
"Private": true,
|
"Private": true,
|
||||||
"Script": [
|
"Script": [
|
||||||
|
|
@ -69,6 +94,20 @@
|
||||||
"ImageMini": "http://49.234.27.222:8651/dps/download2/Image:chengjiu.png"
|
"ImageMini": "http://49.234.27.222:8651/dps/download2/Image:chengjiu.png"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"灵魂救赎武器": {
|
||||||
|
"Private": true,
|
||||||
|
"Script": [
|
||||||
|
"Project/SoulSalvation/SoulSalvation.nut",
|
||||||
|
"Project/SoulSalvation/SoulSalvation_Upgrade.nut",
|
||||||
|
"Project/SoulSalvation/SoulSalvation_Enchant.nut"
|
||||||
|
],
|
||||||
|
"info": {
|
||||||
|
"ProjectAuthor": "官方 (期限:月)",
|
||||||
|
"ProjectVersion": "1.0.0",
|
||||||
|
"ProjectDescribe": "灵魂救赎武器",
|
||||||
|
"ImageMini": "http://49.234.27.222:8651/dps/download2/Image:chengjiu.png"
|
||||||
|
}
|
||||||
|
},
|
||||||
"修复道具数量显示": {
|
"修复道具数量显示": {
|
||||||
"Private": true,
|
"Private": true,
|
||||||
"Script": [
|
"Script": [
|
||||||
|
|
@ -346,8 +385,7 @@
|
||||||
"ProjectAuthor": "100",
|
"ProjectAuthor": "100",
|
||||||
"ProjectVersion": "1.0.0",
|
"ProjectVersion": "1.0.0",
|
||||||
"ProjectDescribe": "🔥 打破原版桎梏,重塑世界 BOSS 核心乐趣",
|
"ProjectDescribe": "🔥 打破原版桎梏,重塑世界 BOSS 核心乐趣",
|
||||||
"ProjectDetails": [
|
"ProjectDetails": []
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"imgPath": "WorldBoss"
|
"imgPath": "WorldBoss"
|
||||||
},
|
},
|
||||||
|
|
@ -362,8 +400,7 @@
|
||||||
"ProjectAuthor": "100",
|
"ProjectAuthor": "100",
|
||||||
"ProjectVersion": "1.0.0",
|
"ProjectVersion": "1.0.0",
|
||||||
"ProjectDescribe": "🔥 打破原版桎梏,重塑世界 BOSS 核心乐趣",
|
"ProjectDescribe": "🔥 打破原版桎梏,重塑世界 BOSS 核心乐趣",
|
||||||
"ProjectDetails": [
|
"ProjectDetails": []
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"imgPath": "WorldBoss"
|
"imgPath": "WorldBoss"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -244,5 +244,11 @@
|
||||||
},
|
},
|
||||||
"Project/NewItemInfoWindow": {
|
"Project/NewItemInfoWindow": {
|
||||||
"description": "新物品信息窗口"
|
"description": "新物品信息窗口"
|
||||||
|
},
|
||||||
|
"Project/SoulSalvation": {
|
||||||
|
"description": "灵魂武器"
|
||||||
|
},
|
||||||
|
"Project/NewTitle": {
|
||||||
|
"description": "称谓系统"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue