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
5 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'
5 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.
5 years ago
Fen Dweller
021d8ac874
Give Withers a stat-drain attack; rename some conditions
5 years ago
Fen Dweller
8e9097a24f
Display prey spilling out of defeated preds; remove prey from original container when consuming
5 years ago
Fen Dweller
50d1862626
Update dependencies (the last one was an audit)
5 years ago
Fen Dweller
aca36d4832
Update dependencies
5 years ago
Fen Dweller
674f25c91b
Fix statblock opacity
The built version of the app wound up with 1% opacity
for everything. Changing from percentages to a decimal
fixed the issue.
5 years ago
Fen Dweller
6f1ae6fb2a
Change 'digested' flag to 'destroyed'
5 years ago
Fen Dweller
878116f12f
Round the tooltip corners
5 years ago
Fen Dweller
b80b70dd74
Add some capable-conditions to Withers' actions
5 years ago
Fen Dweller
c0055d6859
Fix heals not...healing
5 years ago
Fen Dweller
b8d239cb87
Make stat damage drain vigors
5 years ago
Fen Dweller
dbf277b146
Round the corners of the statblocks
5 years ago
Fen Dweller
5320168ebe
Adjust layout some more
5 years ago
Fen Dweller
cf053b46f5
Clean up Vue code; shade statblocks when eaten/dead
5 years ago
Fen Dweller
ec1d255863
Work around Firefox flexbox scrolling bug
row-reverse and column-reverse do not overflow correctly in Firefox.
The left side's statblock list is now row-order; the list of combatants
is reversed, and the list is automatically scrolled to the right
5 years ago
Fen Dweller
0c5fbd8993
Fix icon alignment
5 years ago
Fen Dweller
b69f5ab3fa
Add a hypnotize action that changes the target's side
5 years ago
Fen Dweller
c948e19bbe
Remove old broken maxVigor assignments
5 years ago
Fen Dweller
f396914ba5
Adjust spacing
5 years ago
Fen Dweller
152337e211
Improve statblock layout; adjust boss stats
5 years ago
Fen Dweller
284bdd3e46
Adjust the party's stats
5 years ago
Fen Dweller
75f7cfe36a
Calculate max vigors automatically
5 years ago
Fen Dweller
b10dda7ac5
Give Withers a stomp-ally action
5 years ago
Fen Dweller
15a12f0c69
Add healing; adjust digestion text; allow VoreStats to be used for damage calculations
5 years ago
Fen Dweller
745f0c7fe1
Allow selection of allies for actions and toggling of perspective
5 years ago
Fen Dweller
002ff554b9
Add a very large Lycanroc; fix some Vue warnings
5 years ago
Fen Dweller
8e36dc000d
Add healthbars; adjust action desc font size
5 years ago
Fen Dweller
bb5824d379
Add items and some weapons
5 years ago
Fen Dweller
9826ffb09a
Fix Cafat using the wrong image
5 years ago
Fen Dweller
2b12ef3e02
Fix an error on Cafat
5 years ago
Fen Dweller
23e2fa383b
Boot too big
5 years ago
Fen Dweller
0cb63ecc30
Round stats/vigors in the statblocks
5 years ago
Fen Dweller
1763bdf368
Add titles and descriptions (and some familiar D&D names)
5 years ago
Fen Dweller
70a490bf26
Allow damage formulas to be explained with just the user's info
5 years ago
Fen Dweller
ee4440a71a
Add a chew action for Withers
5 years ago
Fen Dweller
546a8e5406
Fix a typo
5 years ago
Fen Dweller
709076fcc0
Use icons instead of text for the action groups
5 years ago
Fen Dweller
a37d2a7fb7
Improve layout+scrollbars; fix some language issues
5 years ago
Fen Dweller
587d3d2ecb
Add non-vore containers
5 years ago
Fen Dweller
ccb3def87e
Fix log scrolling on Firefox
5 years ago
Fen Dweller
a2d463123f
Disable overflow on the combat view
5 years ago
Fen Dweller
fb6637a0a1
Add horizontal scrolling (a bit buggy)
Each wheele vent restarts the smooth-scrolling. It will need
to keep track of where it's scrolling to.
5 years ago
Fen Dweller
002165f16c
Fix missing constructor parameter
5 years ago
Fen Dweller
83db572255
Switch to horizontal lists of combatants; adjust layout
5 years ago
Fen Dweller
4da964c357
Adjust party member names
5 years ago
Fen Dweller
54a7f1b014
Add newline elements and solo-pov text with arguments
5 years ago
Fen Dweller
71ee3b1d7f
Add verbs
5 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.
5 years ago