feat(换装系统): 更新配置并添加详细说明文档
- 将换装系统从私有改为公开并设置价格 - 更新项目作者信息 - 添加详细的换装系统使用说明文档 - 添加图片路径配置
This commit is contained in:
parent
1fb970488c
commit
fb1309b486
|
|
@ -58,17 +58,61 @@
|
||||||
],
|
],
|
||||||
"ProjectScript": {
|
"ProjectScript": {
|
||||||
"换装系统": {
|
"换装系统": {
|
||||||
"Private": true,
|
"price": 20,
|
||||||
|
"Private": false,
|
||||||
"Script": [
|
"Script": [
|
||||||
"Project/OutfitSystem/OutfitSystem_Component.nut",
|
"Project/OutfitSystem/OutfitSystem_Component.nut",
|
||||||
"Project/OutfitSystem/OutfitSystem.nut"
|
"Project/OutfitSystem/OutfitSystem.nut"
|
||||||
],
|
],
|
||||||
"info": {
|
"info": {
|
||||||
"ProjectAuthor": "官方 (期限:月)",
|
"ProjectAuthor": "20",
|
||||||
"ProjectVersion": "1.0.0",
|
"ProjectVersion": "1.0.0",
|
||||||
"ProjectDescribe": "换装系统",
|
"ProjectDescribe": "换装系统",
|
||||||
"ImageMini": "http://49.234.27.222:8651/dps/download2/Image:chengjiu.png"
|
"ImageMini": "http://49.234.27.222:8651/dps/download2/Image:chengjiu.png",
|
||||||
}
|
"ProjectDetails": [
|
||||||
|
{
|
||||||
|
"type": "str",
|
||||||
|
"content": "在赛利亚这里可以打开换装配置"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "img",
|
||||||
|
"content": "0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "str",
|
||||||
|
"content": "点击上面的编号图标,然后点记录,就会记录当前的装备"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "img",
|
||||||
|
"content": "1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "str",
|
||||||
|
"content": "输入//HZ 编号(如 //HZ 1)就能换上对应编号的装备,可以在快捷喊话中设置,这样按快捷喊话的键就能换上对应的装备"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "img",
|
||||||
|
"content": "2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "str",
|
||||||
|
"content": "换装界面也有使用说明"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "img",
|
||||||
|
"content": "3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "str",
|
||||||
|
"content": "换装超快完成"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "img",
|
||||||
|
"content": "5"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"imgPath": "OutfitSystem"
|
||||||
},
|
},
|
||||||
"黄金哥布林袖珍罐": {
|
"黄金哥布林袖珍罐": {
|
||||||
"Private": true,
|
"Private": true,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue