Changes
Page history
Update Dynamic Lore Generation - clarified lore options
authored
Sep 21, 2023
by
Ghmmy
Hide whitespace changes
Inline
Side-by-side
Dynamic-Lore-Generation.md
View page @
2ca8cbb1
...
@@ -60,7 +60,14 @@ TestRandomPlaceholder:
...
@@ -60,7 +60,14 @@ TestRandomPlaceholder:
## Other Information about Lore Templates
## Other Information about Lore Templates
-
Every node under Lore other than
`Template`
will be passed to the template as a
`<lore.*>`
placeholder (where
`*`
is the node you specify.)
-
Every node under Lore other than
`Template`
will be passed to the template as a
`<lore.*>`
placeholder (where
`*`
is the node you specify). Example:
```
yaml
Lore
:
Template
:
BasicWeaponTest
Rarity
:
"
<gray>Common"
# <lore.Rarity> would return Common in this case
```
-
Templates can use any other applicable placeholders supported by drop tables.
-
Templates can use any other applicable placeholders supported by drop tables.
...
...
...
...