magic description language update

Former-commit-id: 9637f09aa90345c2c2f4889a85d69af9f9c1e584
This commit is contained in:
Song Minjae
2017-03-13 21:41:08 +09:00
parent f1151977d9
commit 1bad5550b2
2 changed files with 3 additions and 2 deletions

View File

@@ -36,14 +36,15 @@ class MDLInterpreterState {
// properties
ELDR, IS, STORMR, HREYFING, LAEKNING, GLEYPI, TJON,
//fire, ice, storm, kinesis, heal, absorb, harm
// reserved words
LAEKNINGHRADI, HREYFINGHRADI, LAEKNINGAUKI, HREYFINGAUKI, STOEKKAUKI, HEILSASTIG,
// heal rate,movement speed, healratemult,movespeedmult, jump boost, health point
// adjectives (power)
// operators
ITA, POP, PLUS, MINUS, SINNUM, DEILING, LEIFASTOFN, AFRIT, TALASKIPTI, HENDA
// push, pop, +, -, *, /, %, dup, swap, drop
ITA, TOGA, PLUS, MINUS, SINNUM, DEILING, LEIFASTOFN, AFRIT, STAFLISKIPTI, HENNA, NA
// push, pop, +, -, *, /, %, dup, swap, drop, fetch
}
class MagicArrayStack {

Binary file not shown.