mr:dew_vial_item
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:dew_vial_item [2026/01/02 01:45] – Updated dew_vial_item.txt in mr namespace with accurate code references mike | mr:dew_vial_item [2026/01/02 01:48] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Dew Vial Item - Code References ====== | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | * [[https:// | ||
| + | |||
| + | ===== Entity Kind ===== | ||
| + | DewVial | ||
| + | |||
| + | ===== Stats ===== | ||
| + | * **Maximum Volume:** 10 dewdrops capacity | ||
| + | * **Auto-Drink Feature:** Automatically consumed when HP reaches 0 if full | ||
| + | * **Healing Calculation: | ||
| + | * **Weight:** 1 (normal item weight) | ||
| + | * **Type:** Consumable item with storage capability | ||
| + | |||
| + | ===== Mechanics ===== | ||
| + | * **Collection: | ||
| + | * **Drinking: | ||
| + | * **Auto-Activation: | ||
| + | * **Visual Indicator: | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | This entity may have JSON configuration, | ||
| + | * RemixedDungeon/ | ||
| + | * RemixedDungeon/ | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | This entity is implemented in Java, no Lua script exists | ||
mr/dew_vial_item.txt · Last modified: (external edit)
