init: add workspace files
This commit is contained in:
13
world/obj/eq/lv2/js_nang.js
Normal file
13
world/obj/eq/lv2/js_nang.js
Normal file
@@ -0,0 +1,13 @@
|
||||
this.inherits(EQUIPMENT);
|
||||
this.set({
|
||||
name: "温仪的香囊",
|
||||
desc: "金蛇郎君夏雪宜送给温仪的定情信物",
|
||||
unit: "个",
|
||||
grade: 2,
|
||||
eq_type: EQUIP_TYPE.JEWELS,
|
||||
value: 30000,
|
||||
prop: {
|
||||
ds:44,
|
||||
releasetime:1000,
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user