User:Chronofreak: Difference between revisions

From Baldur's Gate 3 Wiki
Jump to navigation Jump to search
No edit summary
Line 4: Line 4:
= Retaliation Skills and Gear =  
= Retaliation Skills and Gear =  


 
{{#cargo_query: tables = equipment
{{#cargo_query: tables = equipment, passives
| fields = passives, special
| join on = equipment.passives HOLDS passives._pageName
| where = equipment._pageName = "xxx"
| fields = passives._pageName, passives.description, special
| where = equipment._pageName = "Sentinel Shield"
| order by = equipment._pageName
| order by = equipment._pageName
| format = template
| format = template
| template = User:Chronofreak/PassivesDisplay
| template = User:Chronofreak/PassivesDisplay
}}
| named args = yes
{{#cargo_query: tables = equipment
| fields = special
| where = equipment.name = 'Sentinel Shield'
}}
}}


Line 26: Line 21:
| {{Rarity item|Bided Time}}
| {{Rarity item|Bided Time}}
| Melee attack
| Melee attack
| {{#cargo_query: tables = equipment, passives
| {{#cargo_query: tables = equipment
| join on = equipment.passives HOLDS passives.name
| fields = passives, special
| fields = passives.description
| where = equipment._pageName = "Bided Time"
| where = equipment._pageName = "Bided Time"
| order by = equipment.name
| order by = equipment._pageName
| format = ul
| format = template
}}{{#cargo_query: tables = equipment
| template = User:Chronofreak/PassivesDisplay
| fields = special
| named args = yes
| where = equipment.name = "Bided Time"
}}
}}
|-
|-
Line 41: Line 34:
| {{Rarity item|Bloodguzzler Garb}}
| {{Rarity item|Bloodguzzler Garb}}
| -
| -
| {{#cargo_query: tables = equipment, passives
| {{#cargo_query: tables = equipment
| join on = equipment.passives HOLDS passives.name
| fields = passives, special
| fields = passives.description
| where = equipment._pageName = "Bloodguzzler Garb"
| where = equipment._pageName = "Bloodguzzler Garb"
| order by = equipment.name
| order by = equipment._pageName
| format = ul
| format = template
}}{{#cargo_query: tables = equipment
| template = User:Chronofreak/PassivesDisplay
| fields = special
| named args = yes
| where = equipment.name = "Bloodguzzler Garb"
}}
}}
|-
|-
Line 56: Line 47:
| {{Rarity item|Cloth Armour}}
| {{Rarity item|Cloth Armour}}
| -
| -
| {{#cargo_query: tables = equipment, passives
| {{#cargo_query: tables = equipment
| join on = equipment.passives HOLDS passives.name
| fields = passives, special
| fields = passives.description
| where = equipment._pageName = "Cloth Armour"
| where = equipment._pageName = "Cloth Armour"
| order by = equipment.name
| order by = equipment._pageName
| format = ul
| format = template
}}{{#cargo_query: tables = equipment
| template = User:Chronofreak/PassivesDisplay
| fields = special
| named args = yes
| where = equipment.name = "Cloth Armour"
}}
}}
|-
|-
Line 71: Line 60:
| {{Rarity item|Bonespike Garb}}
| {{Rarity item|Bonespike Garb}}
| Melee attack
| Melee attack
| {{#cargo_query: tables = equipment, passives
| {{#cargo_query: tables = equipment
| join on = equipment.passives HOLDS passives.name
| fields = passives, special
| fields = passives.description
| where = equipment._pageName = "Bonespike Garb"
| where = equipment._pageName = "Bonespike Garb"
| order by = equipment.name
| order by = equipment._pageName
| format = ul
| format = template
}}{{#cargo_query: tables = equipment
| template = User:Chronofreak/PassivesDisplay
| fields = special
| named args = yes
| where = equipment.name = "Bonespike Garb"
}}
}}
|-
|-
Line 86: Line 73:
| {{Rarity item|Dark Justiciar Mail}}
| {{Rarity item|Dark Justiciar Mail}}
| Melee attack
| Melee attack
| {{#cargo_query: tables = equipment, passives
| {{#cargo_query: tables = equipment
| join on = equipment.passives HOLDS passives.name
| fields = passives, special
| fields = passives.description
| where = equipment._pageName = "Dark Justiciar Mail"
| where = equipment._pageName = "Dark Justiciar Mail"
| order by = equipment.name
| order by = equipment._pageName
| format = ul
| format = template
}}{{#cargo_query: tables = equipment
| template = User:Chronofreak/PassivesDisplay
| fields = special
| named args = yes
| where = equipment.name = "Dark Justiciar Mail"
}}
}}
|-
|-
Line 101: Line 86:
| {{Rarity item|The Oak Father's Embrace}}
| {{Rarity item|The Oak Father's Embrace}}
| Undead
| Undead
| {{#cargo_query: tables = equipment, passives
| {{#cargo_query: tables = equipment
| join on = equipment.passives HOLDS passives.name
| fields = passives, special
| fields = passives.description
| where = equipment._pageName = "The Oak Father's Embrace"
| where = equipment._pageName = "The Oak Father's Embrace"
| order by = equipment.name
| order by = equipment._pageName
| format = ul
| format = template
}}{{#cargo_query: tables = equipment
| template = User:Chronofreak/PassivesDisplay
| fields = special
| named args = yes
| where = equipment.name = "The Oak Father's Embrace"
}}
}}
|-
|-
Line 116: Line 99:
| {{Rarity item|The Jolty Vest}}
| {{Rarity item|The Jolty Vest}}
| -
| -
| {{#cargo_query: tables = equipment, passives
| {{#cargo_query: tables = equipment
| join on = equipment.passives HOLDS passives.name
| fields = passives, special
| fields = passives.description
| where = equipment._pageName = "The Jolty Vest"
| where = equipment._pageName = "The Jolty Vest"
| order by = equipment.name
| order by = equipment._pageName
| format = ul
| format = template
}}{{#cargo_query: tables = equipment
| template = User:Chronofreak/PassivesDisplay
| fields = special
| named args = yes
| where = equipment.name = "The Jolty Vest"
}}
}}
|-
|-
Line 131: Line 112:
| {{Rarity item|Adamantine Scale Mail}}
| {{Rarity item|Adamantine Scale Mail}}
| Melee attack
| Melee attack
| {{#cargo_query: tables = equipment, passives
| {{#cargo_query: tables = equipment
| join on = equipment.passives HOLDS passives.name
| fields = passives, special
| fields = passives.description
| where = equipment._pageName = "Adamantine Scale Mail"
| where = equipment._pageName = "Adamantine Scale Mail"
| order by = equipment.name
| order by = equipment._pageName
| format = ul
| format = template
}}{{#cargo_query: tables = equipment
| template = User:Chronofreak/PassivesDisplay
| fields = special
| named args = yes
| where = equipment.name = "Adamantine Scale Mail"
}}
}}
|-
|-
Line 146: Line 125:
| {{Rarity item|Dark Justiciar Half-Plate (Very Rare)}}
| {{Rarity item|Dark Justiciar Half-Plate (Very Rare)}}
| -
| -
| {{#cargo_query: tables = equipment, passives
| {{#cargo_query: tables = equipment
| join on = equipment.passives HOLDS passives.name
| fields = passives, special
| fields = passives.description
| where = equipment._pageName = "Dark Justiciar Half-Plate (Very Rare)"
| where = equipment._pageName = "Dark Justiciar Half-Plate (Very Rare)"
| order by = equipment.name
| order by = equipment._pageName
| format = ul
| format = template
}}{{#cargo_query: tables = equipment
| template = User:Chronofreak/PassivesDisplay
| fields = special
| named args = yes
| where = equipment.name = "Dark Justiciar Half-Plate (Very Rare)"
}}
}}
|-
|-
Line 161: Line 138:
| {{Rarity item|Flawed Helldusk Armour}}
| {{Rarity item|Flawed Helldusk Armour}}
| Within 2 m / 7 ft
| Within 2 m / 7 ft
| {{#cargo_query: tables = equipment, passives
| {{#cargo_query: tables = equipment
| join on = equipment.passives HOLDS passives.name
| fields = passives, special
| fields = passives.description
| where = equipment._pageName = "Flawed Helldusk Armour"
| where = equipment._pageName = "Flawed Helldusk Armour"
| order by = equipment.name
| order by = equipment._pageName
| format = ul
| format = template
}}{{#cargo_query: tables = equipment
| template = User:Chronofreak/PassivesDisplay
| fields = special
| named args = yes
| where = equipment.name = "Flawed Helldusk Armour"
}}
}}
|-
|-
Line 176: Line 151:
| {{Rarity item|Adamantine Splint Armour}}
| {{Rarity item|Adamantine Splint Armour}}
| Melee attack
| Melee attack
| {{#cargo_query: tables = equipment, passives
| {{#cargo_query: tables = equipment
| join on = equipment.passives HOLDS passives.name
| fields = passives, special
| fields = passives.description
| where = equipment._pageName = "Adamantine Splint Armour"
| where = equipment._pageName = "Adamantine Splint Armour"
| order by = equipment.name
| order by = equipment._pageName
| format = ul
| format = template
}}{{#cargo_query: tables = equipment
| template = User:Chronofreak/PassivesDisplay
| fields = special
| named args = yes
| where = equipment.name = "Adamantine Splint Armour"
}}
}}
|-
|-
Line 191: Line 164:
| {{Rarity item|Ironvine Shield}}
| {{Rarity item|Ironvine Shield}}
| Melee attack
| Melee attack
| {{#cargo_query: tables = equipment, passives
| {{#cargo_query: tables = equipment
| join on = equipment.passives HOLDS passives.name
| fields = passives, special
| fields = passives.description
| where = equipment._pageName = "Ironvine Shield"
| where = equipment._pageName = "Ironvine Shield"
| order by = equipment.name
| order by = equipment._pageName
| format = ul
| format = template
}}{{#cargo_query: tables = equipment
| template = User:Chronofreak/PassivesDisplay
| fields = special
| named args = yes
| where = equipment.name = "Ironvine Shield"
}}
}}
|-
|-
Line 206: Line 177:
| {{Rarity item|Absolute's Protector}}
| {{Rarity item|Absolute's Protector}}
| Melee attack
| Melee attack
| {{#cargo_query: tables = equipment, passives
| {{#cargo_query: tables = equipment
| join on = equipment.passives HOLDS passives.name
| fields = passives, special
| fields = passives.description
| where = equipment._pageName = "Absolute's Protector"
| where = equipment._pageName = "Absolute's Protector"
| order by = equipment.name
| order by = equipment._pageName
| format = ul
| format = template
}}{{#cargo_query: tables = equipment
| template = User:Chronofreak/PassivesDisplay
| fields = special
| named args = yes
| where = equipment.name = "Absolute's Protector"
}}
}}
|-
|-
Line 221: Line 190:
| {{Rarity item|Adamantine Shield}}
| {{Rarity item|Adamantine Shield}}
| Melee attack
| Melee attack
| {{#cargo_query: tables = equipment, passives
| {{#cargo_query: tables = equipment
| join on = equipment.passives HOLDS passives.name
| fields = passives, special
| fields = passives.description
| where = equipment._pageName = "Adamantine Shield"
| where = equipment._pageName = "Adamantine Shield"
| order by = equipment.name
| order by = equipment._pageName
| format = ul
| format = template
}}{{#cargo_query: tables = equipment
| template = User:Chronofreak/PassivesDisplay
| fields = special
| named args = yes
| where = equipment.name = "Adamantine Shield"
}}
}}
|-
|-
Line 236: Line 203:
| {{Rarity item|Justiciar's Greatshield}}
| {{Rarity item|Justiciar's Greatshield}}
| Melee attack
| Melee attack
| {{#cargo_query: tables = equipment, passives
| {{#cargo_query: tables = equipment
| join on = equipment.passives HOLDS passives.name
| fields = passives, special
| fields = passives.description
| where = equipment._pageName = "Justiciar's Greatshield"
| where = equipment._pageName = "Justiciar's Greatshield"
| order by = equipment.name
| order by = equipment._pageName
| format = ul
| format = template
}}{{#cargo_query: tables = equipment
| template = User:Chronofreak/PassivesDisplay
| fields = special
| named args = yes
| where = equipment.name = "Justiciar's Greatshield"
}}
}}
|-
|-
Line 251: Line 216:
| {{Rarity item|Ketheric's Shield}}
| {{Rarity item|Ketheric's Shield}}
| Melee attack
| Melee attack
| {{#cargo_query: tables = equipment, passives
| {{#cargo_query: tables = equipment
| join on = equipment.passives HOLDS passives.name
| fields = passives, special
| fields = passives.description
| where = equipment._pageName = "Ketheric's Shield"
| where = equipment._pageName = "Ketheric's Shield"
| order by = equipment.name
| order by = equipment._pageName
| format = ul
| format = template
}}{{#cargo_query: tables = equipment
| template = User:Chronofreak/PassivesDisplay
| fields = special
| named args = yes
| where = equipment.name = "Ketheric's Shield"
}}
}}
|-
|-
Line 266: Line 229:
| {{Rarity item|Sentinel Shield}}
| {{Rarity item|Sentinel Shield}}
| Melee attack
| Melee attack
| {{#cargo_query: tables = equipment, passives
| {{#cargo_query: tables = equipment
| join on = equipment.passives HOLDS passives.name
| fields = passives, special
| fields = passives.description
| where = equipment._pageName = "Sentinel Shield"
| where = equipment._pageName = "Sentinel Shield"
| order by = equipment.name
| order by = equipment._pageName
| format = ul
| format = template
}}{{#cargo_query: tables = equipment
| template = User:Chronofreak/PassivesDisplay
| fields = special
| named args = yes
| where = equipment.name = "Sentinel Shield"
}}
}}
|-
|-
Line 281: Line 242:
| {{Rarity item|Shield of Scorching Reprisal}}
| {{Rarity item|Shield of Scorching Reprisal}}
| Melee attack
| Melee attack
| {{#cargo_query: tables = equipment, passives
| {{#cargo_query: tables = equipment
| join on = equipment.passives HOLDS passives.name
| fields = passives, special
| fields = passives.description
| where = equipment._pageName = "Shield of Scorching Reprisal"
| where = equipment._pageName = "Shield of Scorching Reprisal"
| order by = equipment.name
| order by = equipment._pageName
| format = ul
| format = template
}}{{#cargo_query: tables = equipment
| template = User:Chronofreak/PassivesDisplay
| fields = special
| named args = yes
| where = equipment.name = "Shield of Scorching Reprisal"
}}
}}
|-
|-
Line 296: Line 255:
| {{Rarity item|Shield of Shielding}}
| {{Rarity item|Shield of Shielding}}
| Melee attack
| Melee attack
| {{#cargo_query: tables = equipment, passives
| {{#cargo_query: tables = equipment
| join on = equipment.passives HOLDS passives.name
| fields = passives, special
| fields = passives.description
| where = equipment._pageName = "Shield of Shielding"
| where = equipment._pageName = "Shield of Shielding"
| order by = equipment.name
| order by = equipment._pageName
| format = ul
| format = template
}}{{#cargo_query: tables = equipment
| template = User:Chronofreak/PassivesDisplay
| fields = special
| named args = yes
| where = equipment.name = "Shield of Shielding"
}}
}}
|-
|-
Line 311: Line 268:
| {{Rarity item|Abdel's Trusted Shield}}
| {{Rarity item|Abdel's Trusted Shield}}
| Melee attack
| Melee attack
| {{#cargo_query: tables = equipment, passives
| {{#cargo_query: tables = equipment
| join on = equipment.passives HOLDS passives.name
| fields = passives, special
| fields = passives.description
| where = equipment._pageName = "Abdel's Trusted Shield"
| where = equipment._pageName = "Abdel's Trusted Shield"
| order by = equipment.name
| order by = equipment._pageName
| format = ul
| format = template
}}{{#cargo_query: tables = equipment
| template = User:Chronofreak/PassivesDisplay
| fields = special
| named args = yes
| where = equipment.name = "Abdel's Trusted Shield"
}}
}}
|-
|-
Line 326: Line 281:
| {{Rarity item|Shield of Devotion}}
| {{Rarity item|Shield of Devotion}}
| Melee attack
| Melee attack
| {{#cargo_query: tables = equipment, passives
| {{#cargo_query: tables = equipment
| join on = equipment.passives HOLDS passives.name
| fields = passives, special
| fields = passives.description
| where = equipment._pageName = "Shield of Devotion"
| where = equipment._pageName = "Shield of Devotion"
| order by = equipment.name
| order by = equipment._pageName
| format = ul
| format = template
}}{{#cargo_query: tables = equipment
| template = User:Chronofreak/PassivesDisplay
| fields = special
| named args = yes
| where = equipment.name = "Shield of Devotion"
}}
}}
|-
|-
Line 341: Line 294:
| {{Rarity item|Shield of the Undevout}}
| {{Rarity item|Shield of the Undevout}}
| Melee attack
| Melee attack
| {{#cargo_query: tables = equipment, passives
| {{#cargo_query: tables = equipment
| join on = equipment.passives HOLDS passives.name
| fields = passives, special
| fields = passives.description
| where = equipment._pageName = "Shield of the Undevout"
| where = equipment._pageName = "Shield of the Undevout"
| order by = equipment.name
| order by = equipment._pageName
| format = ul
| format = template
}}{{#cargo_query: tables = equipment
| template = User:Chronofreak/PassivesDisplay
| fields = special
| named args = yes
| where = equipment.name = "Shield of the Undevout"
}}
}}
|-
|-
Line 356: Line 307:
| {{Rarity item|Swires' Sledboard}}
| {{Rarity item|Swires' Sledboard}}
| Melee attack
| Melee attack
| {{#cargo_query: tables = equipment, passives
| {{#cargo_query: tables = equipment
| join on = equipment.passives HOLDS passives.name
| fields = passives, special
| fields = passives.description
| where = equipment._pageName = "Swires' Sledboard"
| where = equipment._pageName = "Swires' Sledboard"
| order by = equipment.name
| order by = equipment._pageName
| format = ul
| format = template
}}{{#cargo_query: tables = equipment
| template = User:Chronofreak/PassivesDisplay
| fields = special
| named args = yes
| where = equipment.name = "Swires' Sledboard"
}}
}}
|-
|-
Line 371: Line 320:
| {{Rarity item|Viconia's Walking Fortress}}
| {{Rarity item|Viconia's Walking Fortress}}
| Melee attack
| Melee attack
| {{#cargo_query: tables = equipment, passives
| {{#cargo_query: tables = equipment
| join on = equipment.passives HOLDS passives.name
| fields = passives, special
| fields = passives.description
| where = equipment._pageName = "Viconia's Walking Fortress"
| where = equipment._pageName = "Viconia's Walking Fortress"
| order by = equipment.name
| order by = equipment._pageName
| format = ul
| format = template
}}{{#cargo_query: tables = equipment
| template = User:Chronofreak/PassivesDisplay
| fields = special
| named args = yes
| where = equipment.name = "Viconia's Walking Fortress"
}}
|-
| On hit
| Shield
| {{Rarity item|Cindermoth Cloak}}
| Within 2 m / 7 ft
| {{#cargo_query: tables = equipment
| fields = passives, special
| where = equipment._pageName = "Cindermoth Cloak"
| order by = equipment._pageName
| format = template
| template = User:Chronofreak/PassivesDisplay
| named args = yes
}}
|-
| On hit
| Shield
| {{Rarity item|Fleshmelter Cloak}}
| Melee attack
| {{#cargo_query: tables = equipment
| fields = passives, special
| where = equipment._pageName = "Fleshmelter Cloak"
| order by = equipment._pageName
| format = template
| template = User:Chronofreak/PassivesDisplay
| named args = yes
}}
|-
| On hit
| Shield
| {{Rarity item|Thunderskin Cloak}}
| Reverberating
| {{#cargo_query: tables = equipment
| fields = passives, special
| where = equipment._pageName = "Thunderskin Cloak"
| order by = equipment._pageName
| format = template
| template = User:Chronofreak/PassivesDisplay
| named args = yes
}}
}}
|-
|-

Revision as of 23:23, 14 April 2024

I'm putting my custom characters here. Work in progress.

Retaliation Skills and Gear

No results


Activation Category Name Condition Special
On hit Clothing Bided Time Melee attack
On hit Clothing Bloodguzzler Garb -
On hit Clothing Cloth Armour -
On hit Clothing Bonespike Garb Melee attack
On hit Medium Armour Dark Justiciar Mail Melee attack
  • Nightsinger's Reply
    While Obscured by shadow, the wearer deals 1d4Damage TypesNecrotic to attackers that hit them with a melee attack.
On hit Medium Armour The Oak Father's Embrace Undead
  • Order of Nature
    Undead creatures that hit the wearer receive 1d6Damage TypesRadiant. Beasts that hit the wearer deal an additional 1d6Damage TypesRadiant.
On hit Medium Armour The Jolty Vest -
On hit Medium Armour Adamantine Scale Mail Melee attack
On hit Medium Armour Dark Justiciar Half-Plate (Very Rare) -
On hit Heavy Armour Flawed Helldusk Armour Within 2 m / 7 ft
On hit Heavy Armour Adamantine Splint Armour Melee attack
On hit Shield Ironvine Shield Melee attack
  • Ironvine
    While the wielder is holding a weapon empowered with Shillelagh Shillelagh, and when they are hit by a melee attack, the attacker takes Damage TypesPiercing Damage equal to the wielder's Wisdom modifier.
On hit Shield Absolute's Protector Melee attack
On hit Shield Adamantine Shield Melee attack
On hit Shield Justiciar's Greatshield Melee attack
On hit Shield Ketheric's Shield Melee attack
On hit Shield Sentinel Shield Melee attack
On hit Shield Shield of Scorching Reprisal Melee attack
On hit Shield Shield of Shielding Melee attack
On hit Shield Abdel's Trusted Shield Melee attack
On hit Shield Shield of Devotion Melee attack
On hit Shield Shield of the Undevout Melee attack
On hit Shield Swires' Sledboard Melee attack
On hit Shield Viconia's Walking Fortress Melee attack
On hit Shield Cindermoth Cloak Within 2 m / 7 ft
On hit Shield Fleshmelter Cloak Melee attack
  • Caustic Reprisal
    Whenever a creature deals melee damage to the wearer, that creature takes 1d4Damage TypesAcid Damage.
On hit Shield Thunderskin Cloak Reverberating


When Attacker HITS

Clothing

Medium Armour

Heavy Armour

Shields

Cloaks

When Attacker MISSES

Clothing

Medium Armour

Heavy Armour

Weapon

Headwear

Qir'ra

TBD
Qir'ra
Stats
Level 5

(College of Lore Bard 5)

STR

8
(-1)

DEX

14
(+2)

CON

16
(+3)

INT

10

WIS

12
(+1)

CHA

16
(+3)
Bg3 content hr.png
Creature Race Icon.png  Race Githyanki
Creature Type Icon.png  Type Humanoid
HP Icon.png  HP 43
Creature AC Icon.png  AC 16
Creature Speed Icon.png  Movement Speed 9 m / 30 ft
Creature Size Icon.png  Size Medium
Weight Icon.png  Weight 68 kg / 150 lb
Proficiency Icon.png  Proficiency Bonus +3
Initiative Icon.png  Initiative +2
Passive features
Character information
Class College of Lore Bard
Background Urchin
Allies Shadowheart, Wyll, Lae'zel
Additional information
Voice actor TBD
Models

Description for Qir'ra here.

Gameplay

As a Bard, Qir'ra excels at learning and casting a wide variety of arcane Spells. Using his Arcane Recovery ability, he can keep casting spells long after other spellcasters have run out of Spell Slots.

Proficiencies

Equipment
Saving Throws
Skills

Racial Traits

Class Features

Spells Known

Cantrips Icon.png Cantrips
4 Level 1 Spell Slots.png Level 1 Spells
3 Level 2 Spell Slots.png Level 2 Spells
2 Level 3 Spell Slots.png Level 3 Spells
Short rest icon.png Once Per Short Rest
Long rest icon.png Once Per Long Rest

Valric

TBD
Valric
Stats
Level 3

STR

8
(-1)

DEX

14
(+2)

CON

16
(+3)

INT

17
(+3)

WIS

12
(+1)

CHA

8
(-1)
Bg3 content hr.png
Creature Race Icon.png  Race Strongheart Halfling
Creature Type Icon.png  Type Humanoid
HP Icon.png  HP ?
Creature AC Icon.png  AC ?
Creature Speed Icon.png  Movement Speed 7.5 m / 25 ft
Creature Size Icon.png  Size Small
Weight Icon.png  Weight 68 kg / 150 lb
Proficiency Icon.png  Proficiency Bonus +2
Initiative Icon.png  Initiative +2
Passive features
Character information
Class College of Lore Bard Lv.4 [[Category:College of Lore Bard Lv.4s]]
Background Urchin
Allies Shadowheart, Wyll, Laezel
Additional information
Voice actor TBD
Models

Description for Valric here.

numba 2

sdf

test 1

sagadg

testing

sddsgasdgasbh