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

Cannot set "cover" value for vehicle actions #4931

Closed
TheGiddyLimit opened this issue Dec 27, 2024 · 0 comments · Fixed by #4996
Closed

Cannot set "cover" value for vehicle actions #4931

TheGiddyLimit opened this issue Dec 27, 2024 · 0 comments · Fixed by #4996
Assignees
Labels
bug Functionality which is not working as intended
Milestone

Comments

@TheGiddyLimit
Copy link
Contributor

A "Cover" column is displayed under vehicle Features -> Actions, but there is no UI to set this value.

image

The MountableTemplate data model, which includes the cover field, is only mixed into weapon/equipment-type items, but neither of these allow the field to be set in the UI. Additionally, each of these have their own sheet header, neither of which have a "cover" column.


Exporting a working actor from dnd 3.3.1:

image

but when imported into dnd 4.1.2:

image

blanks the "Cover" display, and when exported from 4.1.2, the "cover" field is missing from the resulting JSON.

JSON exported from 3.3.1:

fvtt-Actor-test-vehicle-PaPE3J59L6Wcq8NN.json

JSON exported from 4.1.2:

fvtt-Actor-test-vehicle-T0Nk9Ntj3G34tDCY.json


Env:

  • dnd5e 4.1.2
  • Foundry 12.331
  • no modules active
@arbron arbron added the bug Functionality which is not working as intended label Jan 1, 2025
@arbron arbron added this to the D&D5E 4.2.0 milestone Jan 1, 2025
@arbron arbron self-assigned this Jan 13, 2025
@arbron arbron closed this as completed in 9486d21 Jan 17, 2025
arbron added a commit that referenced this issue Jan 17, 2025
[#4929, #4931] Fix mountable data models, add cover to feat sheet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Functionality which is not working as intended
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants