Commit Graph

2377 Commits

Author SHA1 Message Date
Thaum Rystra
3a3deca867 Removed x not found, set to 0 info messages from parser 2023-09-20 12:51:15 +02:00
Thaum Rystra
9d833a1fe3 Removed ammo as ~ammo, items should be applied
#ammo will be the way to referenced last used ammo
2023-09-19 16:48:48 +02:00
Thaum Rystra
98ac2e7122 Made ammo consumed available in scope as ~ammo 2023-09-19 15:10:32 +02:00
Thaum Rystra
f62a8bead4 Added damage saving throws to engine 2023-09-19 15:01:36 +02:00
Thaum Rystra
3be45b28c3 Made damage save form a bit more intuitive 2023-09-19 12:56:33 +02:00
Thaum Rystra
5222c240c7 Added saving throw to damage viewer 2023-09-19 12:50:29 +02:00
Thaum Rystra
31a614d335 Relaxed creature property update rate limit 2023-09-18 15:50:48 +02:00
Thaum Rystra
2545b9dd47 Added "save for half" to damage form 2023-09-18 15:50:35 +02:00
Thaum Rystra
691fe5f2e2 Merge commit 'f1b001933179ad0d4b1454c6ac2bd8792c181429' into develop 2023-09-18 14:28:21 +02:00
Thaum Rystra
c274153c79 Duplicating properties now renews root sub-doc ids 2023-09-18 14:12:30 +02:00
Thaum Rystra
673f187373 Removed stray function 2023-09-18 13:48:30 +02:00
Thaum Rystra
d058039464 Renewing Ids now renews sub-doc ids as well 2023-09-18 13:46:54 +02:00
Thaum Rystra
c7bb4b8097 Fixed issue where duplicated point buys cause row-id collision in dep graph 2023-09-18 13:31:48 +02:00
ThaumRystra
c251b70ff6 Breaking: children of notes are no longer inactive 2023-09-13 11:08:55 +02:00
ThaumRystra
f1b0019331 Added pull request template 2023-09-13 10:35:07 +02:00
ThaumRystra
1b21e69b40 Only top-level notes are displayed in journal 2023-09-13 10:05:45 +02:00
ThaumRystra
9aa8a50c81 Merge pull request #335 from KatrinaKitten/add-reference-tag-extensions
Make references add their own tags to the referenced property on insert
2023-09-07 04:06:47 -07:00
Katrina Scialdone
cbb83f2ef3 Use lodash union instead of convert to Set and back 2023-09-07 04:47:40 -06:00
ThaumRystra
02f2361389 Merge pull request #337 from KatrinaKitten/fix-function-resolution-errors
Fix erroring functions causing a compile error
2023-09-07 03:44:46 -07:00
ThaumRystra
88eb09d03e Merge pull request #319 from captainbowtie/docker-v2
captainbowtie Updated docker files
2023-09-07 03:29:14 -07:00
Katrina Scialdone
6ecfaa9df5 Fix erroring functions causing a compile error
If a function's implementation creates a Javascript error, it would return as a compile error due to the `error` variable being shadowed internally by this try-catch. This commit fixes that, as well as clarifies the fixed error messages with "internal error".
2023-09-04 18:23:24 -06:00
Katrina Scialdone
078fa7cbeb Make references add their own tags to the ref'd property on insert 2023-09-03 16:26:37 -06:00
Stefan Zermatten
d9b978cb82 Merge pull request #331 from piepie62/develop
Show effects on Damage properties in action view
2023-08-29 10:45:39 +02:00
Chris Feger
33d7b52325 Show effects on Damage properties in action view 2023-08-24 13:00:19 -07:00
Stefan Zermatten
9537eaa3e6 Began adding save-for-half to damage props 2023-08-24 15:16:48 +02:00
Stefan Zermatten
cc3913db1d Merge branch 'master' into develop 2023-08-24 14:51:22 +02:00
Stefan Zermatten
75ea462e64 Added conditions to action resources 2023-08-24 14:51:09 +02:00
Stefan Zermatten
206fbb7586 Bumped version 2023-08-24 13:04:00 +02:00
Stefan Zermatten
46016b40ed Merge branch 'develop' 2023-08-24 13:03:37 +02:00
Stefan Zermatten
7fa993de47 Slot fill now shows selected slots while searching 2023-08-24 13:00:26 +02:00
Stefan Zermatten
d973463126 Prevented props deactivated by toggles from firing 2023-08-24 12:35:54 +02:00
Stefan Zermatten
d578a87632 parser fix for chain indexing into nested arrays
`[ [‘a1’, ‘a2’ ], [‘b1’, ‘b2’] ][2][1]` => `'b1'`
2023-08-24 12:29:44 +02:00
Stefan Zermatten
0ee77d705a Fixed actions erroring with undefined resources 2023-08-24 12:19:55 +02:00
Stefan Zermatten
90c92cdd8c Prevented character color button from going camo 2023-08-24 12:15:32 +02:00
Stefan Zermatten
1778111c75 Toggles now wont apply tag targeting if deactivated 2023-08-24 12:09:14 +02:00
Stefan Zermatten
0df7763366 Cleaned up bad messy floats in container weights 2023-08-24 11:42:47 +02:00
Stefan Zermatten
8b23a4bc24 Clean props when copying creature -> lib
prevents creature specific fields from leaking
into libraries
2023-08-24 11:28:02 +02:00
Stefan Zermatten
f794dbf45a Slots act as folder when used in actions 2023-08-24 11:21:39 +02:00
Stefan Zermatten
b2f47052aa Fixed ol and ul number truncation in prop viewers 2023-08-24 11:17:26 +02:00
Stefan Zermatten
7c2b7419d9 Fixed content weightless carried containers weight 2023-08-24 11:10:19 +02:00
Stefan Zermatten
b8387c5ab1 Added "after children" trigger timing 2023-08-24 10:56:13 +02:00
Stefan Zermatten
5909c985e3 Fixed spell slots with non-standard values ui 2023-08-24 10:33:45 +02:00
Stefan Zermatten
61db08a19b Long attribute consumed values fixed, string values disable action 2023-08-24 10:24:06 +02:00
Stefan Zermatten
2fc316de36 Removed redis-oplog, it wasn't working 2023-08-24 10:11:59 +02:00
Stefan Zermatten
e7acdc259c Bumped package number 2023-08-14 09:56:09 +02:00
Stefan Zermatten
686a85c768 Hotfix XSS vulnerability due to failed sanitization 2023-08-14 09:55:45 +02:00
Thaum Rystra
8b215ce159 Fixed slot fill cards not column layouting 2023-08-07 12:37:37 +02:00
Stefan Zermatten
e89b4946d5 Improvements to level up and slot fill
- class level refs work with level up
- Improve UI
- Fixed level up backfill repeating levels when selecting higher levels
multiple times
- Allowed user to ignore slot fill condition
- Auto load more if many disabled fillers
2023-08-02 11:27:17 +02:00
Stefan Zermatten
5240faeaff Merge remote-tracking branch 'origin/master' into develop 2023-08-02 08:54:53 +02:00
Stefan Zermatten
d9e0679734 Hotfix order increment breaking property insert 2023-08-01 12:09:21 +02:00