dialogue added

This commit is contained in:
the me 2022-08-22 15:37:11 -07:00
parent cf0ac84133
commit 091aa9c58c
117 changed files with 1393 additions and 231 deletions

View file

@ -0,0 +1,21 @@
/*var mydata = {
name: "chara",
desc: "the first fallen human",
skills: ["SKILLS.LUNA"],
idle: s_momiji,
up: s_momijiup,
down: s_momijidown,
aitype: AI.KILLER,
}
nu unit(mydata, mydata, [st.hp.add(92), st.str.add(20), st.def.add(10), st.spd.add(5), st.mov.add(4), st.hit.add(0), st.rng.add(1)]);
mydata = {
name: "kris",
desc: "totally kris",
skills: ["SKILLS.LUNA"],
idle: s_bunny,
up: s_bunnyup,
down: s_bunnydown,
aitype: AI.KILLER,
}
nu unit(mydata, mydata, [st.hp.add(110), st.str.add(20), st.def.add(10), st.spd.add(5), st.mov.add(4), st.hit.add(0), st.rng.add(1)]);

View file

@ -0,0 +1,12 @@
{
"isDnD": false,
"isCompatibility": false,
"parent": {
"name": "Scripts",
"path": "folders/Scripts.yy",
},
"resourceVersion": "1.0",
"name": "x_otherdudes",
"tags": [],
"resourceType": "GMScript",
}