mr:scroll_of_terror_item
Table of Contents
Scroll Of Terror Item - Code References
Java Classes
- Implementation: ScrollOfTerror.java
- Inheritance: Inherits from Scroll.java
- Item Registration: ItemFactory.java - registers ScrollOfTerror class
- Scroll Registration: Scroll.java - registers ScrollOfTerror in the scroll type list
JSON Configuration
This item is implemented purely in Java, no JSON configuration found.
String Resources
<string name="ScrollOfTerror_Name">Scroll of Terror</string> <string name="ScrollOfTerror_Info">A flash of red light will overwhelm all creatures in your field of view with terror, and they will turn and flee. Attacking a fleeing enemy will dispel the effect.</string> <string name="ScrollOfTerror_Info1">The scroll emits a brilliant flash of red light</string> <string name="ScrollOfTerror_Info2">The scroll emits a brilliant flash of red light and the %s flees!</string> <string name="ScrollOfTerror_Info3">The scroll emits a brilliant flash of red light and the monsters flee!</string>
Lua Scripts
This entity is implemented in Java, no Lua script exists
Additional References
- Treasury Configs: Treasury.json, SpidersTreasury.json
- Terror Buff: Terror.java - applies terror effect
- Effects: Flare.java - creates the red light effect
mr/scroll_of_terror_item.txt · Last modified: by 127.0.0.1
