Book

From the Fallout4 CreationKit Wiki
Revision as of 22:26, 8 October 2016 by imported>Qazaaq (added wiki links)
Jump to navigation Jump to search

Papyrus: Book Script

Books include text that can be read by the player or "teach" a skill or Spell.

Editor Dialog

Book Object.png

  • ID: The editor ID which is used by the Creation Kit.
  • Name: The name as it will appear in-game.
  • Weight: How heavy the book is.
  • Value: The base value in caps the item is worth to vendors.
  • Teaching:
    • Advance Actor Value:
    • Add Spell: The book adds the selected Spell to the player when read.
    • Add Perk: The book adds the selected Perk to the player when read.
    • None of the above: The book has no teaching qualities.
  • Inventory image:
  • Message Icon:
  • World Art: The 3D Model File seen in the world.
  • Inventory Art: The 3D model that appears in the inventory. Contains additional details for the book interface.
  • Preview Transform:
  • Add Destruction Data:
  • Can't be Taken:
  • Pickup Sound: The sound played when the book is picked up.
  • Putdown Sound: The sound played when the book is dropped.
  • Featured Item Message:
  • Description: Used to provide a description in the inventory.
  • Book Text: The text content of the book. Text Replacement may be used here.
  • Text Offset XY:
  • Scripts: Scripts can be attached here, and their properties edited.
  • Keywords: Assign any needed Keywords here.

See Also