Skip to content

Commit

Permalink
progress content
Browse files Browse the repository at this point in the history
  • Loading branch information
revilowaldow committed Jan 20, 2024
1 parent 3d88b3e commit 3b4bb9c
Show file tree
Hide file tree
Showing 2 changed files with 988 additions and 5 deletions.
8 changes: 4 additions & 4 deletions _doc/Spec_Copy.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Bestiary JSON `"_copy"` Spec
# JSON `"_copy"` Spec

The copy system allows an existing creature to be copied, with modifications, to create a new creature.
The copy system allows an existing creature, item, or other implemented data-type to be copied, with modifications, to create a new creature.

## Homebrew Metadata

Expand Down Expand Up @@ -136,7 +136,7 @@ An example homebrew file might contain the following information in it's `_meta`

// other properties, which depend on the data type (key of the array containing the object), e.g. ...
// implementation is specific to whatever is intended to use the data
"_traits": {
"_trait": {
"name": "Awakened",
"source": "PHB"
}
Expand Down Expand Up @@ -335,7 +335,7 @@ Note that these are calculated using the current object values. The order of ope

- (Copy original object)
- Apply root properties
- (Any other required steps, e.g. `_traits` are applied)
- (Any other required steps, e.g. `_trait`s are applied)
- Sequentially apply `_mod`s, in order of appearance

Available variables are:
Expand Down
Loading

0 comments on commit 3b4bb9c

Please sign in to comment.