6 lines
483 B
JavaScript
6 lines
483 B
JavaScript
// Characters wounded by the ravens gain the ability to read, understand and speak rudimentary Classical.
|
|
// This ability does not last beyond this adventure.
|
|
|
|
this.actor.addEffectItems("Compendium.wfrp4e-core.items.Item.61L9aX2z164cjm7K", this.effect)
|
|
|
|
this.script.message(`<b>${args.actor.name}</b> gains the ability to read, understand and speak rudimentary @UUID[Compendium.wfrp4e-core.items.Item.61L9aX2z164cjm7K]{Classical}. This ability does not last beyond this adventure.`) |