Difference between revisions of "Book"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
(added wiki links)
imported>Qazaaq
(added template property)
Line 1: Line 1:
[[Category:Editor Reference]]
'''Type:''' <code>BOOK</code>
[[Category:Object_Classes]]
<BR/>
[[Category:Items]]
'''Papyrus:''' [[Book Script]]
'''Papyrus:''' [[Book Script]]


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


== Editor Dialog ==
== Editor Dialog ==
[[File:Book_Object.png]]
[[File:Book_Object.png]]
*'''ID:''' The editor ID which is used by the Creation Kit.
*{{Template:Editor:Property:ID}}
*'''Name:''' The name as it will appear in-game.
*{{Template:Editor:Property:Name}}
*'''Weight:''' How heavy the book is.
*{{Template:Editor:Property:Weight}}
*'''Value:''' The base value in caps the item is worth to vendors.
*{{Template:Editor:Property:Value}}
*'''Teaching:'''  
*'''Teaching:'''  
**'''Advance Actor Value:'''
**'''Advance Actor Value:'''
Line 19: Line 18:
*'''Inventory image:'''
*'''Inventory image:'''
*'''Message Icon:'''
*'''Message Icon:'''
*'''World Art:''' The 3D [[Model File]] seen in the world.
*{{Template:Editor:Property:World Art}}
*'''Inventory Art:''' The 3D model that appears in the inventory. Contains additional details for the book interface.
*{{Template:Editor:Property:Inventory Art}} Contains additional details for the book interface.
*'''Preview Transform:'''
*{{Template:Editor:Property:Preview Transform}}
*'''Add Destruction Data:'''
*'''Add Destruction Data:'''
*'''Can't be Taken:'''
*'''Can't be Taken:'''
*'''Pickup Sound:''' The sound played when the book is picked up.
**{{Template:Editor:Property:Pickup Sound}}
*'''Putdown Sound:''' The sound played when the book is dropped.
**{{Template:Editor:Property:Putdown Sound}}
*'''Featured Item Message:'''
*'''Featured Item Message:'''
*'''Description:''' Used to provide a description in the inventory.
*{{Template:Editor:Property:Description}}
*'''Book Text:''' The text content of the book. [[Text Replacement]] may be used here.
*'''Book Text:''' The text content of the book. [[Text Replacement]] may be used here.
*'''Text Offset XY:'''
*'''Text Offset XY:'''
*'''Scripts:''' Scripts can be attached here, and their properties edited.
*{{Template:Editor:Property:Papyrus Script}}
*'''Keywords:''' Assign any needed [[Keyword]]s here.
*{{Template:Editor:Property:Keywords}}


== See Also ==
== See Also ==
*[[Spell]]
*[[Perk]]
*[[Text Replacement]]
*[[:Category:Items|Items Category]]
*[[:Category:Items|Items Category]]
[[Category:Editor Reference]]
[[Category:Object_Classes]]
[[Category:Items]]

Revision as of 21:16, 27 October 2017

Type: BOOK
Papyrus: Book Script

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

Editor Dialog

Book Object.png

  • ID: The ID, also referred to as Editor ID, is used by the Creation Kit to uniquely identify this record within a Data File.
  • Name: This object's name as it will appear within user interface menus or when the player looks at it.
  • Weight: The weight of this object which represents how heavy it is.
  • Value: The object's value in caps which determines its 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 as seen in the world.
  • Inventory Art: The 3D model that appears in the inventory. Contains additional details for the book interface. Contains additional details for the book interface.
  • Preview Transform: A Transform applies positioning to a Model File. These may be used when previewing objects within the Creation Kit or in-game user interface menus.
  • Add Destruction Data:
  • Can't be Taken:
  • Featured Item Message:
  • Description: The object's description as it will appear within user interface menus.
  • Book Text: The text content of the book. Text Replacement may be used here.
  • Text Offset XY:
  • Scripts: Papyrus scripts may be added, removed, and their properties edited.
    • Add: Adds a papyrus script to this object.
    • Remove: Removes the selected papyrus script from this object.
    • Properties: Shows the papyrus property editor for the selected script.
  • Keywords: A list of Keywords that signal information to other Game Systems.

See Also