Trait Items #72
No reviewers
Labels
No labels
Compat/Breaking
Kind
Bug
Kind
DevOps
Kind
Documentation
Kind
Enhancement
Kind
Feature
Kind
Security
Kind
Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Foundry/ripcrypt#72
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/trait-items"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This adds:
traititem type that can only be added geists@ -0,0 +30,4 @@},form: {submitOnChange: true,closeOnSubmite: false,Remove
eon key name@ -0,0 +144,4 @@protection: 0,shielded: false,};if (armour) {This check is redundant
@ -9,5 +9,6 @@ export default {"rc-options": options,// #region Simple"rc-ifOut": (v) => (v || ``),This isn't used, get rid of it
@ -37,3 +38,4 @@import { registerSockets } from "../sockets/_index.mjs";import { registerUserSettings } from "../settings/userSettings.mjs";import { registerWorldSettings } from "../settings/worldSettings.mjs";import { TraitSheet } from "../Apps/ItemSheets/TraitSheet.mjs";Move to the correct import section
@ -103,3 +99,4 @@label: `RipCrypt.sheet-names.CraftCardV1`,themes: CraftCardV1.themes,});Actors.registerSheet(game.system.id, BookGeistSheet, {Add
makeDefault@ -0,0 +7,4 @@><div class="grow"></div><label for="{{meta-idp}}-rank">RankLocalize this
@ -0,0 +1,78 @@<div class="items">{{#if attacks}}<div>Attacks</div>Localize this
@ -0,0 +1,78 @@<div class="items">{{#if attacks}}<div>Attacks</div><div>Convert this to a semantic list
@ -0,0 +20,4 @@</div>{{/if}}{{#if crafts}}<div>Craft</div>Localize this
@ -0,0 +21,4 @@{{/if}}{{#if crafts}}<div>Craft</div><div>Convert this to a semantic list
@ -0,0 +33,4 @@{{/each}}</div>{{/if}}<div>Defense</div>Localize this
@ -0,0 +54,4 @@</li>{{/each}}</ul><div>Traits</div>Localize this
@ -0,0 +72,4 @@{{/if}}</li>{{else}}NoneLocalize this
@ -0,0 +2,4 @@<table><thead><tr><td class="alt">Path</td>Localize these headers
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.