Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicCrucible MythicCrucible
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 57
    • Issues 57
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • MythicCrucibleMythicCrucible
  • Wiki
  • Dynamic Lore Generation

Dynamic Lore Generation · Changes

Page history
Update Dynamic Lore Generation - added placeholders example authored Sep 20, 2023 by Ghmmy's avatar Ghmmy
Show whitespace changes
Inline Side-by-side
Showing with 19 additions and 1 deletion
+19 -1
  • Dynamic-Lore-Generation.md Dynamic-Lore-Generation.md +19 -1
  • No files found.
Dynamic-Lore-Generation.md
View page @ 43cd89c4
......@@ -37,7 +37,25 @@ Note that `Description` is used as a placeholder in the `BasicWeaponTest`'s `<lo
## Lore Placeholders
The `<placeholder.*>` placeholders in the above example are referencing the examples provided from the new [`placeholders.yml`](TODO:LINK), which can also be used.
The `<placeholder.*>` placeholders in the above example are referencing the examples provided from the new `placeholders.yml`, which can also be used:
```yml
TestPlaceholder: '&6TeSt PlAceHolDer'
TestConditionalPlaceholder:
Day:
Conditions:
- day
Value: "it is day"
Night:
Conditions:
- night
Value: "it is night"
Default: "it is nothing apparently"
TestRandomPlaceholder:
- red
- green
- blue
```
## Other Information about Lore Templates
......
Clone repository
  • Home
  • Changelogs
  • Commands / Permissions
  • FAQ / Common Issues
Usage
  • Installation
  • Item Options
  • Item Skills
  • Item Durability
  • Custom Blocks
  • Furniture
  • Crafting Recipes
  • Custom Bags
  • Ammo System / Guns
  • Dynamic Lore Generation - WIP
New Mechanics
  • Item Mechanics
  • Item Targeters
  • Item Triggers
  • Item Conditions
New Placeholders
  • Placeholders
  • Placeholders.yml