there has never been a balanced fire emblem, and by god i guarantee you there never will be
This commit is contained in:
parent
337f705dfe
commit
5ba3169744
5 changed files with 52 additions and 34 deletions
|
@ -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)]);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue