Difference between revisions of "Book"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
imported>Qazaaq
Line 1: Line 1:
[[Category:Editor Reference]]
[[Category:Editor Reference]]
[[Category:Editor Objects]]
[[Category:Object_Classes]]
[[Category:Items]]
[[Category:Items]]
'''Papyrus:''' [[Book Script]]
'''Papyrus:''' [[Book Script]]

Revision as of 00:01, 13 June 2016

Papyrus: Book Script

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

Book Object.png

Editor Dialog

  • 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:
    • Add Perk:
    • None of the above:
  • Inventory image:
  • Message Icon:
  • World Art: The 3D model 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 Offset XY:
  • Scripts: Scripts can be attached here, and their properties edited.
  • Keywords: Assign any needed Keywords here.

See Also