# Drusilia Child
> [!overview]
> ![[62_Drusilia-Child_token.png|200]]
>
> campaign:: [[2022-08-14 Halfling's Kitchen|One-shot: Halfling's Kitchen]]
> [name:: Drusilia Child]
> [race:: [[Half-Elf]]]
> [class:: [[60 Games/61 Tabletop/Dungeons & Dragons 5e/00 To Sort/61.02 Classes/01 Classes/Bard]]]
> [subclass:: [[Bard, College of Lore|College of Lore]]]
> [background:: [[Guild Artisan]]]
> [languages:: [[Common]], [[Draconic]], [[Elvish]], [[Halfling (Language)|Halfling]]]
> [speed:: 30]
This tiefling is entirely inspired by [[Julia Child]] and [[Meryl Streep]]. No regrets.
## Character
> [!details] Personalization
> #### Personality Traits
> - I believe that anything worth doing is worth doing right. I can’t help it — I’m a perfectionist.
> - I always want to know how things work and what makes people tick.
> #### Ideals
> - Aspiration. I work hard to be the best there is at my craft.
> #### Bonds
> - One day I will return to my guild and prove that I am the greatest artisan of them all.
> #### Flaws
> - I’m horribly jealous of anyone who can outshine my handiwork. Everywhere I go, I’m surrounded by rivals.
## Spells
> [!spell]-
> ```dataview
> TABLE WITHOUT ID
> spell-lvl AS "Level",
> file.link AS "Spell",
> spell-castingtime as "Casting Time",
> spell-range as "Range",
> spell-components as "",
> spell-materials as "Materials",
> spell-concentration as "Con",
> spell-duration as "Duration"
> FROM "60 Games/61 General D&D/61.10 Spells/Spells"
> WHERE contains(pc, this.file.link)
> SORT spell-lvl asc
> ```
## Actions
### Action
> [!info] Action
> ```dataview
> LIST action
> FROM "60 Games/61 General D&D/Traits"
> WHERE contains(pc, this.file.link)
> WHERE action
> SORT title asc
> ```
### Bonus action
> [!info] Bonus action
> ```dataview
> LIST bonus-action
> FROM "60 Games/61 General D&D/Traits"
> WHERE contains(pc, this.file.link)
> WHERE bonus-action
> SORT title asc
> ```
### Reaction
> [!info] Reaction
> ```dataview
> LIST reaction
> FROM "60 Games/61 General D&D/Traits"
> WHERE contains(pc, this.file.link)
> WHERE reaction
> SORT title asc
> ```
### Ability check
> [!info] Ability check
> ```dataview
> LIST ability-check
> FROM "60 Games/61 General D&D/Traits"
> WHERE contains(pc, this.file.link)
> WHERE ability-check
> SORT title asc
> ```
### Saving throws
> [!info] Saving throws
> ```dataview
> LIST saving-throws
> FROM "60 Games/61 General D&D/Traits"
> WHERE contains(pc, this.file.link)
> WHERE saving-throws
> SORT title asc
> ```
### Movement
> [!info] Movement
> - Walking speed is `= this.speed`.
> ```dataview
> LIST movement
> FROM "60 Games/61 General D&D/Traits"
> WHERE contains(pc, this.file.link)
> WHERE movement
> SORT title asc
> ```
### Short rest
> [!info] Short rest
> ```dataview
> LIST short-rest
> FROM "60 Games/61 General D&D/Traits"
> WHERE contains(pc, this.file.link)
> WHERE short-rest
> SORT title asc
> ```
### Long rest
> [!info] Long rest
> ```dataview
> LIST long-rest
> FROM "60 Games/61 General D&D/Traits"
> WHERE contains(pc, this.file.link)
> WHERE long-rest
> SORT title asc
> ```
### Miscellaneous
> [!info] Miscellaneous
> ```dataview
> LIST miscellaneous
> FROM "60 Games/61 General D&D/Traits"
> WHERE contains(pc, this.file.link)
> WHERE miscellaneous
> SORT title asc
> ```
## Feats & Traits
### Bardic Inspiration
![[Bardic Inspiration]]
### Bardic Versatility
![[Bardic Versatility]]
### Cutting Words
![[Cutting Words]]
### Darkvision
![[Darkvision (Trait)]]
### Fey Ancestry
![[Fey Ancestry]]
### Font of Inspiration
![[Font of Inspiration]]
### Guild Membership
![[Guild Membership]]
### Jack of All Trades
![[Jack of All Trades]]
### Magical Inspiration
![[Magical Inspiration]]
### Ritual Casting
![[Ritual Casting]]
### Skill Expert
![[Skill Expert]]
### Song of Rest
![[Song of Rest]]