Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Foe actor drag and drop #768

Open
wants to merge 30 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
a5da9ba
add foe drag behavior
rsek May 21, 2023
b711a49
multiple types for DropTarget
rsek May 22, 2023
3f47a21
set pointers from encounter items to foe actors
rsek May 22, 2023
8f120d8
regen DB with missing icons
rsek May 22, 2023
f4bb3eb
update db metadta. rm old dbs
rsek May 22, 2023
a1f44d2
rename remaining foe packs to avoid link migration
rsek May 22, 2023
5914461
rm migration that i didn't end up adding
rsek May 22, 2023
316fc0e
adjust build script. dfid property for Foes
rsek May 22, 2023
3ecc9a9
standardize dfid on imports
rsek May 22, 2023
c68002b
clean up imports
rsek May 22, 2023
29f157b
adjust propagation/inheritance of foe description
rsek May 22, 2023
315e113
rebuild dbs without repeated descriptions
rsek May 22, 2023
0328ea6
adjust pack labels
rsek May 22, 2023
24b223a
foe index fields
rsek May 22, 2023
99e9670
make foe progress the "SSoT" for most attrs
rsek May 22, 2023
8ba8db7
DRYer encounter data builder
rsek May 22, 2023
d90e098
clean up index fields
rsek May 22, 2023
7be3733
add IS encounters to key map
rsek May 22, 2023
301805e
starforged actor pack ID
rsek May 22, 2023
2363f03
rm unused default
rsek May 22, 2023
2516891
mv description to progress tracks
rsek May 22, 2023
d34780d
group ironsworn processors together
rsek May 22, 2023
ea8774b
patch: incorrect typing for _onDrop*
rsek May 22, 2023
653e344
add Actor flag config
rsek May 22, 2023
2e539a4
clean up imports + types
rsek May 22, 2023
55c0cb1
Merge branch 'main' into foe-drag-and-drop
rsek May 29, 2023
554be4d
Merge branch 'main' into foe-drag-and-drop
rsek Jun 25, 2023
a9f2dc5
adjust import
rsek Jun 25, 2023
963927e
organize imports, update types
rsek Jun 25, 2023
e538f0f
add lib so we can use replaceAll
rsek Jun 29, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into foe-drag-and-drop
rsek committed May 29, 2023
commit 55c0cb1eebaa659e62c176c11a3bee32ca207b4f
6 changes: 3 additions & 3 deletions system/system.json
Original file line number Diff line number Diff line change
@@ -3,13 +3,13 @@
"title": "Ironsworn & Starforged",
"description": "An implementation of the Ironsworn and Starforged systems, by Shawn Tomkin.",
"license": "LICENSE.txt",
"version": "1.21.6",
"version": "1.21.7",
"url": "https://github.com/ben/foundry-ironsworn",
"manifest": "https://github.com/ben/foundry-ironsworn/releases/latest/download/system.json",
"download": "https://github.com/ben/foundry-ironsworn/releases/download/1.21.6/ironsworn.zip",
"download": "https://github.com/ben/foundry-ironsworn/releases/download/1.21.7/ironsworn.zip",
"compatibility": {
"minimum": 10,
"verified": 10
"verified": 11
},
"authors": [
{
You are viewing a condensed version of this merge commit. You can view the full changes here.