PDA

View Full Version : Traits & modifiers list



Publio Cornelio Escipión Africano Mayor
07-09-2009, 21:40
Is there an "official" list of traits and their modifiers?
Also a list of ancilliaries?
I remember someone made one for vanilla and it would be very cool to have one for EB.


You have said this a million times but again..... Which file has the traits & ancilliaries?

THX

Xurr
07-09-2009, 22:32
well you can always just open eb\data\export_descr_character_traits.txt and eb\data\export_descr_ancillaries.txt with a text editor and look at the traits directly.

A trait will have a format like this.

; Trait: FastAgent
; o <MovementPoints> 18

Trait FastAgent
Characters diplomat
Hidden

Level Swift
Description Swift_desc
EffectsDescription Swift_effects_desc
Threshold 1

Effect MovementPoints 18
Effect LineOfSight 1


The first 2 lines with the semi-colon(;) are comments describing the trait and/or what it modifies. the rest is the actual code for the trait. In this case FastAgent is a trait that only diplomats can get, its hidden so you won't see it when you open a diplomats screen, it increases Movement points and line of sight. Don't worry about the reset of the stuff llike threshold or EffectsDescription unless you really want to get into editing them.

The format is nearly identical for ancillaries.

socal_infidel
07-09-2009, 22:36
Try here (https://www.europabarbarorum.com/features_traits.html). Towards the bottom of the page are two links you may find useful.

regards
s_i