mr:elven_bow_item
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| mr:elven_bow_item [2025/12/25 18:23] – auto lint fix Mikhael | mr:elven_bow_item [2026/01/23 01:21] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Elven Bow Item - Code References ====== | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | Actual implementation found in: | ||
| + | * [[code> | ||
| + | * [[code> | ||
| + | * [[code> | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | Configuration references: | ||
| + | * RemixedDungeon/ | ||
| + | * RemixedDungeon/ | ||
| + | * RemixedDungeon/ | ||
| + | * RemixedDungeon/ | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Additional String Resources ===== | ||
| + | <code xml> | ||
| + | <!-- Russian --> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- German --> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- French --> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | This entity is implemented in Java, no Lua script exists | ||
| + | |||
| + | ===== Key Properties ===== | ||
| + | <code java> | ||
| + | super( 1, 1.2f, 1f ) - tier 1, 1.2 accuracy multiplier, 1.0 delay | ||
| + | acuFactor() - increases accuracy by 15% per level (return 1 + level() * 0.15) | ||
| + | dmgFactor() - increases damage by 30% per level (return 1 + level() * 0.3) | ||
| + | getVisualName() - returns " | ||
| + | burn(int cell) - returns null (does not burn) | ||
| + | </ | ||
