|
|
@@ -1,7 +1,6 @@ |
|
|
import { Mortal } from './entity' |
|
|
|
|
|
import { Damage, DamageType, Stats, Actionable, Action, Vigor, VoreStats, VisibleStatus, VoreStat, DamageInstance, DamageFormula } from './combat' |
|
|
|
|
|
|
|
|
import { Damage, DamageType, Actionable, Action, Vigor, DamageInstance, DamageFormula } from './combat' |
|
|
import { LogLines, LogEntry, LogLine, nilLog, RandomEntry } from './interface' |
|
|
import { LogLines, LogEntry, LogLine, nilLog, RandomEntry } from './interface' |
|
|
import { Noun, Pronoun, ImproperNoun, TextLike, Verb, SecondPersonPronouns, PronounAsNoun, FirstPersonPronouns, PairLineArgs, SoloLine, POV, RandomWord } from './language' |
|
|
|
|
|
|
|
|
import { Noun, ImproperNoun, Verb, RandomWord } from './language' |
|
|
import { RubAction, DevourAction, ReleaseAction, StruggleAction, TransferAction } from './combat/actions' |
|
|
import { RubAction, DevourAction, ReleaseAction, StruggleAction, TransferAction } from './combat/actions' |
|
|
import * as Words from './words' |
|
|
import * as Words from './words' |
|
|
import { Creature } from './creature' |
|
|
import { Creature } from './creature' |
|
|
|