Fen Dweller
67e5495ea8
Put default descriptions into a dict
Putting the functions into a block meant that they were not visible!
преди 5 години
Fen Dweller
2b12e210b8
Label each block with the exact name of the action its contents describe
"eat" rather than "eating", etc.
преди 5 години
Fen Dweller
e4bd14c95c
Group descriptions into blocks. Remove duplicate victim functions.
Interestingly, grouping all of the default victim functions together is what exposed
the duplication.
преди 5 години
Fen Dweller
51985708e0
Format all of the source files
преди 5 години
Fen Dweller
32b3c8a4db
Add hand/foot grabbing/crushing
преди 5 години
Fen Dweller
0cfea384ed
Merge pull request #12 from jsb5468/clonk2u-working-branch
Clonk2u working branch
преди 5 години
Fen Dweller
64a6467c82
Add a few of Neopuc's characters
преди 5 години
Fen Dweller
b8face17c0
Make action buttons larger on mobile
преди 5 години
Fen Dweller
fb521a6e4a
Give the start button a whole row, no matter what
преди 5 години
jsb5468
ae9ceac962
More Things
Changed old helicopter to military helipcopter
added normal helicopter variant
changed business jet to generic plane
added empty varients of airliner, plane, helicopter
added hangars for aircraft
added airstrip and airports
added ranch
Fixed DescribeOne
improved description of cows, made empty car describe as a vehicle type to fix bad description appearing
преди 5 години
Fen Dweller
4dc495622d
Weaken the fill a bit
преди 5 години
Fen Dweller
84054c412e
Add fill spell
преди 5 години
Fen Dweller
eac36ae986
Add arousal magic
преди 5 години
Fen Dweller
ac493617bd
Put fen back in regular group. Add Special Fen, who is special
преди 5 години
Fen Dweller
8ac42dc5f8
Add magic to pause digestion
преди 5 години
Fen Dweller
1a45403676
Allow characters to have little bios
преди 5 години
Fen Dweller
8930bf2ccd
Extend metric lengths out; use parsecs for approx lengths
преди 5 години
Fen Dweller
b46cc452c8
Allow for presets to be grouped into categories
преди 5 години
Fen Dweller
38395f1d3a
Bump version number
преди 5 години
Fen Dweller
7f860631be
Update the preset for Fen
преди 5 години
Fen Dweller
c4d17b26e7
Rearrange the start screen a bit
преди 5 години
Fen Dweller
69c81aa5d3
Make group buttons bigger; restyle banners
преди 5 години
Fen Dweller
533099a7de
Clear groups when resetting the character sheet
преди 5 години
Fen Dweller
d672d0da4b
Show/hide the right groups when loading a character
преди 5 години
Fen Dweller
c14466307e
Add banners for the categories
преди 5 години
Fen Dweller
25aad9f4e4
Group the features up and allow them to be enabled/disabled
преди 5 години
jsb5468
f8a952f0a2
Cleanup
Added exception for singular objects that have groupLessThan3 enabled in defaultDescribe
fixed case where wrong plurality was given by defaultDescriptor
made describeOne one of the things added in copy_defaults to make functions cleaner
преди 5 години
jsb5468
56d0a08553
More Universal descriptions
Basically rebuilt descriptions from the ground up.
It will look the same from the player side but allows for a much simplier definition of things, with each thing following a much more definite pattern with repeated code somewhat reduced
also moved all the description based functions to the same area for each of refrencing
преди 5 години
jsb5468
c2564c81ee
More Things
*added busines jet and airliner things which don't spawn yet but will appear in the yet to be added airstrip and airport things
преди 5 години
Fen Dweller
97705b4d57
More detail + fixed wrong non-sadistic line
преди 5 години
Fen Dweller
c1c6ce6a08
Restructure the defaultPiss function
преди 5 години
jsb5468
dfe824be50
refactor 7
removed a typo in code and shifted defaultDescibeSimple to be next to defualtDescribe
преди 5 години
jsb5468
83e2375ed5
Fixed some typos
fixed typos in stomp and stench flavor texts
преди 5 години
jsb5468
cdd6b0e8aa
Refactor 6
improved how merge_desc works
gave more fade time on the text modes as text was fading too fast to read before
преди 5 години
jsb5468
2767215b6b
Actually fixed defaultDescribe
I had the if conditions wrong, corrected
преди 5 години
jsb5468
ff53f1f529
Refactor 5
Added defualtDescribe to a bunch of things that were using it.
Made defautlDescribe work correctly
Fixed issue I cause in previous commit where humans counted as 0 prey
преди 5 години
jsb5468
d58145c5a1
recursive-macro refactor 4
changed some biome weights to add more variety
changed where victimsHuman flag rewrites person
преди 5 години
jsb5468
65cabe9e04
fixed typo in cumming text
changed "plaent" to "planet"
преди 5 години
jsb5468
b449bf797d
recursive-desc refactor 3
Implemented a function to handle repeated description logic, added duplex text option to house
преди 5 години
jsb5468
c56d3fe2aa
Refector of things in recurcive-desc 2
Finished refactor of recursive-macro
removed now useless comments at beginning of file
all default values now stored in things
all calls should be redirected to call the appropriate values in things
added ability to chose and add a or an to text in merge_desc
removed "a " + from functions that called merge_desc
преди 5 години
jsb5468
cbc92ecd75
Merge pull request #2 from chemicalcrux/master
Bringing changes on main repo into branch
преди 5 години
jsb5468
4b187060d2
Refector of things in recurcive-desc 1
Started refactoring things, basic structure is in. This version is not working, jsdut commiting to pull new changes on master branch into the current branch.
преди 5 години
Fen Dweller
38059e0849
Add musk to more actions (slap/grind/smother)
преди 5 години
Fen Dweller
211163814d
Add wing/musk/stench growth
преди 5 години
Fen Dweller
c201ab71f2
Fix stomping being marked as non-fatal and goo stomping being marked as fatal
преди 5 години
Fen Dweller
34a39643b5
Bring back special case for the first victim with nothing found yet - needed so that we avoid stomping nothing at all
преди 5 години
Fen Dweller
57a546d4e8
Make handling of victims in excess of the random limit a bit more variable
преди 5 години
Fen Dweller
e147bf5af4
Simplify cluster calculation
преди 5 години
Fen Dweller
00cb638a72
Increase then number of random samples per victim type to 1000
преди 5 години
Fen Dweller
40aa6c599f
Fix a very silly error that was serious reducing the variance of victim selection.
Rather than starting at 0 and working up to a limit, a counter was...starting at the
limit. This removed a lot of variance!
преди 5 години