there has never been a balanced fire emblem, and by god i guarantee you there never will be

This commit is contained in:
the me 2022-08-22 23:03:07 -07:00
parent 337f705dfe
commit 5ba3169744
5 changed files with 52 additions and 34 deletions

View file

@ -54,3 +54,16 @@ mydata = {
nu unit(mydata, mydata, [st.hp.add(27), st.str.add(7), st.def.add(6), st.spd.add(6), st.mov.add(4), st.hit.add(0), st.rng.add(1)]);
mydata = {
name: "Kotohime",
desc: "",
skills: [],
idle: s_takane,
up: s_takaneup,
down: s_takanedown,
face: s_talkane,
aitype: AI.KILLER,
}
nu unit(mydata, mydata, [st.hp.add(20), st.str.add(4), st.def.add(2), st.spd.add(11), st.mov.add(5), st.hit.add(0), st.rng.add(1)]);