Commit Graph

454 Commits

Author SHA1 Message Date
2feb64ae1c
Update readme and release under the AGPL v3 2023-11-10 16:43:02 -05:00
dcbfceb18e
[data] New worldcall spell: Call Pit Leech, and adjust two other worldcall spells' level reqs 2021-07-14 19:01:00 -04:00
8159ff22e5
Display activity-select (description, costs, and requirements) on hearth plantings view 2021-07-14 18:52:30 -04:00
f039c9401b
[data] New item, dropped by sulfur scuttler: scuttler sulfur 2021-07-14 18:44:45 -04:00
ddcef33636
Display activity description above costs and requirements 2021-07-14 18:36:31 -04:00
52a54a2726
[data] New worldcall spell: Call Sulfur Scuttler 2021-07-14 18:36:01 -04:00
c6f55632ff
Tweak description of worldcall_project_thought 2021-07-14 18:32:39 -04:00
b43c0a475b
Prevent characters from starting or finishing an activity that might result in combat if the character is at max wounds 2021-07-14 18:26:35 -04:00
b4f643b1ce
[data] New monster and trophy: suflur scuttler 2021-07-14 18:15:34 -04:00
acc7e4df81
Fix bug where multiple activities could be learned at once 2021-07-14 17:55:49 -04:00
3f17361f21
Add output for when a character would learn to do a new activity, but already knows that activity 2021-07-14 17:54:58 -04:00
456cfb0df8
New spell: Floret Passage (also code that allows location results) 2021-07-14 17:48:30 -04:00
9cb32635c8
Update changelog for favicon contribution 2021-07-14 17:30:07 -04:00
50cded587c
Merge pull request #28 from dtgay/dependabot/bundler/addressable-2.8.0
Bump addressable from 2.7.0 to 2.8.0
2021-07-14 17:29:26 -04:00
74245c4602
Merge pull request #27 from dtgay/mattagarr-patch-2
favicon.ico
2021-07-14 17:29:03 -04:00
ef7f5398d7
Replace "Floret Region" with "Floret" in leviathan-hunting activity 2021-07-14 17:28:12 -04:00
b8aa0a69cb
Only allow a character to hunt up to two different leviathans in a 24 hour period 2021-07-14 17:27:26 -04:00
f02a38cfc1
Only allow one living monster_spawn per location 2021-07-14 17:08:56 -04:00
dependabot[bot]
2dc8d273b3
Bump addressable from 2.7.0 to 2.8.0
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.0.
- [Release notes](https://github.com/sporkmonger/addressable/releases)
- [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.7.0...addressable-2.8.0)

---
updated-dependencies:
- dependency-name: addressable
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-13 18:16:32 +00:00
Matt Garrett
a3c7f79b19
favicon.ico
i'm still learning github but here's the proper location for this file i think
2021-07-12 21:24:00 -04:00
847ee6ee3d
Eliminate hunt leviathan hack 2021-07-11 17:50:38 -04:00
943e49eb87
Second worldcall spell: Project Thought 2021-07-11 17:40:40 -04:00
0fba923dda
First worldcall spell: Hearth Passage 2021-07-11 17:27:38 -04:00
362b92dbeb
Give hearths a location 2021-07-11 15:55:19 -04:00
1d0f65a3c1
[data] New location: bloodmarch 2021-07-11 15:32:05 -04:00
8fa45ddfe7
Allow for splitting activites and items data files into multiple files, and start doing so 2021-07-11 15:31:44 -04:00
4ccb179056
Change how beastslay stances work 2021-07-08 10:18:11 -04:00
5f76daf2e8
Change how power works so that it can no longer more than double the rolled damage of each damage type 2021-07-08 10:05:46 -04:00
1f991995fd
Allow unauthenticated users to see the game clock 2021-07-08 09:04:55 -04:00
ad8678409a
[data] Have aetherloom level 2 grant 4 aetherweave speed, similar to other level 2 hearth amenities 2021-07-07 23:02:10 -04:00
9e1b3b0097
Fix bug causing game to be hard-locked unplayable as a result of attempting to do any activity which has no skill requirements 2021-07-07 22:40:34 -04:00
42fdbb46c4
Forgot to update explainer text on chat history page 2021-07-07 22:34:25 -04:00
d373e5b229
Actually fix chat history 2021-07-07 22:32:07 -04:00
2ee5626a7c
Reduce chat history from last 2_000 messages to last 1_000 messages 2021-07-07 22:30:21 -04:00
95fbf505e0
Fix chat messages order 2021-07-07 22:17:13 -04:00
7ae14d1068
[data] New items: shawl of wiles, alacrity ribbon 2021-07-07 22:06:40 -04:00
8f89210599
[data] Reduce assorted XP awards for gathered items and havencasting 2021-07-07 21:54:24 -04:00
4850c9d042
Give bollyrots and crypt writhes double the damage capacity at night 2021-07-07 21:46:22 -04:00
9c015e1634
Lusterlight brand omen, and make lusterlight tincture only craftable during firstlight 2021-07-07 21:11:20 -04:00
8c93c5e29e
Times of day, and a primitive clock in the header 2021-07-07 20:46:27 -04:00
fae9e55c6d
Change beastslay stat and stance modifiers 2021-07-07 19:45:30 -04:00
f1386cce19
Show current active skill(s) level and XPTNL based on activity requirements rather than on the last skill that gained XP 2021-07-07 19:01:43 -04:00
e63703a412
Consolidate identical bazaar postings 2021-07-07 18:54:35 -04:00
81a6eaa28a
Merge branch 'develop' of https://github.com/dtgay/esoterra into develop 2021-07-06 21:57:05 -04:00
6884314533
[data] Reduce pit leech, stalk beast, and grinpad damage, and reduce XP awards for all monsters except balgoloth 2021-07-06 21:15:24 -04:00
4edcf33d0b
Display remaining actions below timer when a set amount of actions have been queued 2021-07-06 20:22:38 -04:00
0ac5950f8c
Increase chat message area chat message limit from 100 to 200, and add a chat history page that shows the last 2,000 messages 2021-07-06 20:11:20 -04:00
de4cece0f1
[data] Add foundation level 2, and make all other level 2 amenities require it 2021-07-06 19:55:46 -04:00
28426519e1
Give characters a location, and replace the Locations view+controller with a Look view+controller 2021-07-05 20:30:15 -04:00
f160f81a6d
Change Floret GID to floret 2021-07-05 20:00:49 -04:00