trader_data

Used to contain the traders initial wares, and speech
Vars | |
currency_name | The currency name |
---|---|
initial_products | The initial products that the trader offers |
initial_wanteds | The initial products that the trader buys |
say_phrases | The speech data of the trader |
sell_sound | Sound used when item sold/bought |
shop_spot_type | The item that marks the shopkeeper will sit on |
sign_type | The sign that will greet the customers |
Procs | |
return_trader_phrase | Depending on the passed parameter/override, returns a randomly picked string out of a list |
Var Details
currency_name

The currency name
initial_products

The initial products that the trader offers
initial_wanteds

The initial products that the trader buys
say_phrases

The speech data of the trader
sell_sound

Sound used when item sold/bought
shop_spot_type

The item that marks the shopkeeper will sit on
sign_type

The sign that will greet the customers
Proc Details
return_trader_phrase
Depending on the passed parameter/override, returns a randomly picked string out of a list
Do note when overriding this argument, you will need to ensure pick(the list) doesn't get supplied with a list of zero length Arguments:
- say_text - (String) a define that matches the key of a entry in say_phrases