TFSagas/storyline_scripts/storylines.md

60 lines
1.6 KiB
Markdown

# Storylines: (Testnet)
## Atributes:
- Fate
- Wits
- Sisu
## Variables:
### A visit from Mara Hag:
- player storyline_mara_hag_visited [1: Ended Mara Hag | 2: Banished Mara Hag]
### A thrall's gamble
- player storyline_thrallGamble_lucky [Counts lucky wins]
- player storyline_thrallGamble_lost [Counts Lost Gamble]
## Items:
### Raven feather:
```
- id: 100037
- amount: not fixed supply
- group: Quest items
- prestige: 1
- description: A black feather from a raven.
- secondary desc.: It is light, clean, and in very good condition, this could make a quill, perhaps?
```
### Pack of Herbs:
```
- id: 100038
- amount: not fixed supply
- group: Quest item
- Prestige 1
- description: A small bundle of herbs, tied together with a grey lock of hair.
- secondary desc.: They smell nice, though you can't recall seeing these growing around here.
```
### Grandmother's Hairpin:
```
- id: 100039
- amount: not fixed supply
- group: Quest item
- Prestige 1
- description: Your grandmother's copper hairpin, worn but beloved.
- secondary desc.: You are filled with memories, but can't help to wonder, how could this get here?
```
### Gambler's Coin:
```
- id: 100040
- amount: not fixed supply
- group: Quest item
- Prestige 1
- description: A tarnished coin, won from a thrall in a game of chance.
- secondary desc.: The thrill of victory and luck lingers.
```
### Practice Wood Coin:
```
- id:
- amount: not fixed supply
- group: Quest item
- Prestige 1
- description: A handcrafted wooden coin, once used by a thrall to practice his gambling skills.
- secondary desc.: A symbol of humble beginnings and the hope for better fortune.
```