-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
✨ Add support for custom properties (homebrew) #349
Comments
Item properties are absolutely already taken into account provided they are in the right format in _meta. The Herbalism Handbook works properly, IIRC. The meta for that handbook does not include a description. This shows in rules/item-properties.md: ### Herb
_Source: Hamund's Herbalism Handbook p. 5_ And items are linked to it: # Aboleth Stalk
*Herb, rare, Herb*
- **Properties**: [Herb](rules/item-properties.md#Herb)
- **Cost**: 500 gp What is missing? |
@ebullient the properties for "Location" and "Requires Preparation".
The |
ok. A different kind of custom properties. ;) Herb is, in and of itself, a custom Item property (at a macro level), so I didn't see the detail that you meant. Always item template usage? |
I'm imagining something along the lines of the following in the item template:
|
Not necessarily, if you wanted a stress test try https://github.com/TheGiddyLimit/homebrew/blob/master/magicvariant/aeyana%3B%20Gemstones.json Basically this one '''item''' explodes to 46 items on the site
|
I have a homebrew that has a couple of custom properties for items. I would like to include these in the template.
Hamund's Herbalism Handbook
Here is an example of an item with these properties:
Hamund's Herbalism Handbook
The text was updated successfully, but these errors were encountered: