Fen Dweller
355894049a
Fix second person pronouns not being marked as plural
This caused problems when conjugating verbs.
4 years ago
Fen Dweller
b59f185bf8
Add optional words
5 years ago
Fen Dweller
5232027540
Update actions to properly support group actions
5 years ago
Fen Dweller
47641e1117
Rewrite imports to be project-relative
5 years ago
Fen Dweller
a70ac197df
Add prepositions; use them for vore descriptions
5 years ago
Fen Dweller
73b5a819a4
Clean up unused imports
5 years ago
Fen Dweller
d7e6a54811
Fix infinite loop in RandomWord
5 years ago
Fen Dweller
fa2b1ee388
Finish enforcing member order
6 years ago
Fen Dweller
ac459f8ed1
Remove the remaining POVSolo/POVPair code
6 years ago
Fen Dweller
40c1ff84a8
Add the wolf back; rewrite more language
6 years ago
Fen Dweller
5183efdd96
Add a ToBe class for that annoying verb; put Cafat back in
6 years ago
Fen Dweller
3bc3609ffa
Start replacing old language code
Instead of picking between several options, we simply have one line that gets filled
based on perspective.
6 years ago
Fen Dweller
b35f6d9d5c
Add second person (renamed from previous first person)
Everything described as 'first person' was really second person, so that has
been updated. Words can now be set to be objective, which is needed for first-person
pronouns to appear correctly
6 years ago
Fen Dweller
cc10c6e0bf
Allow nouns to conjugate verbs
This is necessary to move away from the POVPair/etc. classes; verbs need to be
conjugated correctly for the subject they refer to. For example, 'You gulp' vs
'She gulps'
6 years ago
Fen Dweller
ee1a089ef8
Make entities provide names/pronouns based on perspective
The name and pronouns properties now check the entity's perspective, returning
specific ones for first person. This also includes a class for using a pronoun as
a noun.
6 years ago
Fen Dweller
cf053b46f5
Clean up Vue code; shade statblocks when eaten/dead
6 years ago
Fen Dweller
a37d2a7fb7
Improve layout+scrollbars; fix some language issues
6 years ago
Fen Dweller
587d3d2ecb
Add non-vore containers
6 years ago
Fen Dweller
54a7f1b014
Add newline elements and solo-pov text with arguments
6 years ago
Fen Dweller
71ee3b1d7f
Add verbs
6 years ago
Fen Dweller
e38f67d539
Add some pre-made word lists; fix random-word history
Each RandomWord instance now shares its history with anything derived
from it (e.g. by getting the capitalized version of that instance).
This ensures that repetition doesn't occur.
6 years ago
Fen Dweller
25925e6ab5
Add a 'kind' property (e.g. species)
6 years ago
Fen Dweller
d97978c0b3
Generalize Words; add a random-word picker
6 years ago
Fen Dweller
c1c58d710d
Refactor some combat stuff; add effects
6 years ago
Fen Dweller
95b45510f9
Add a way to check if a noun/pronoun is plural
6 years ago
Fen Dweller
8b0dc8add4
Work on vore mechanics; add Cafat
6 years ago
Fen Dweller
f8cbaf8d66
Completely rewrite how text is generated
6 years ago
Fen Dweller
e12ab1603c
Violently cram everything into this Vue project
6 years ago