dol吧 关注:137,046贴子:802,775
  • 0回复贴,共1
图标:30x30 img\misc\icon\clothes
图片: img\clothes\衣服类型
静态:256x256

动态:512x256 每1秒进行切换

图片文件信息 :
显示在人物后
back.png
显示在人物前 衣服完好度:完整的 磨损 破烂的 撕裂
full
frayed
tattered
torn
_gray 颜色
acc 组件
图片制作:
只制作full.png即可
打开绘图软件(PS),对着画。如果制作动态,两图层,画完

对齐打开(PS:视图->对齐)制作的衣物置入两份 注:不论用那款软件能合到一块就行
注:打码的游戏img\body文件中有
填写代码 例:
{
index: 56, //衣服ID,不可重复
name: "starhairpin",
name_cap: "starhairpin",cn_name_cap: "星星发卡", //星星发卡:显示的名称
variable: "starhairpin",
/*
starhairpin:衣服存放的文件名
衣服图片:
在img\clothes\衣物类型,创建同名文件夹
星星发卡是头部物品:
因此需写在setup.moddedClothes.head代码段内
需在img\clothes\head创建一名为starhairpin的文件
*/
iconFile: "star_hairpin.png", //缩略图:\img\misc\icon\clothes
integrity: 50,
integrity_max: 50, //衣物耐久度以及耐久度上限
fabric_strength: 20, //暴露度
warmth: 0, //保暖度
//三项数值与面板对应关系:0-20一颗星,20-50两颗星,50-100三颗星,100-200四颗星,200-500五颗星,500-900六颗星,900以上7颗星。
cost: 1500, //衣服价格,向前数两位为衣物的真实价格 例: 1500 = 15
description: "一闪一闪的反光。", //介绍
shop: ["clothing"], //购买地点。forest森林商店,adult成人店,clothing服装店
type: ["normal"], //词条。给予衣物特殊的属性normal = 便装
gender: "n", //衣物适用性别。f为女,n为男
reveal: 1,
word: "a",
plural: 0,
colour: 0,
colour_options: [],
colour_sidebar: 0,
colour_combat: 0,
femininity: 0,
accessory: 0,
accessory_colour: 0,
accessory_colour_options: [],
accessory_colour_sidebar: 0,
back_img: 0,
cursed: 0,
location: 0,
accIcon: 0,
}
衣物类型/词条查看:https://tieba.baidu.com/p/8596267626?see_lz=1#148576648382l


IP属地:山东1楼2023-10-21 11:10回复