dialogue added
This commit is contained in:
parent
cf0ac84133
commit
091aa9c58c
117 changed files with 1393 additions and 231 deletions
21
eastern flames/scripts/x_otherdudes/x_otherdudes.gml
Normal file
21
eastern flames/scripts/x_otherdudes/x_otherdudes.gml
Normal 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)]);
|
12
eastern flames/scripts/x_otherdudes/x_otherdudes.yy
Normal file
12
eastern flames/scripts/x_otherdudes/x_otherdudes.yy
Normal 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",
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue