init: add workspace files
This commit is contained in:
16
world/npc/yz/caipan.js
Normal file
16
world/npc/yz/caipan.js
Normal file
@@ -0,0 +1,16 @@
|
||||
this.inherits(NPC);
|
||||
this.set({
|
||||
name: "裁判",
|
||||
desc: "福威镖局的镖头",
|
||||
gender: 1,
|
||||
age: 35,
|
||||
per: 22,
|
||||
mp: 1500,
|
||||
max_mp: 1500,
|
||||
hp: 1500,
|
||||
max_hp: 1500,
|
||||
});
|
||||
this.set_chat_msg([
|
||||
"裁判说道:要报名打擂台的找我啊,免费帮你找对手!",
|
||||
"裁判说道:想看哪个擂台的比赛问我就好了。 "
|
||||
]);
|
||||
Reference in New Issue
Block a user