feat: added cuckery

This commit is contained in:
Nick 2024-11-13 23:29:50 -06:00
parent 7e2cc9ef32
commit 74bc980a08
7 changed files with 207 additions and 3 deletions

View file

@ -0,0 +1,19 @@
module Cuckery.CuckList.AdamSinger exposing (..)
import Cuckery.Types exposing (..)
cuckAdamSinger : Cuck
cuckAdamSinger =
{ cuckImage = "adamsinger"
, cuckName = "Adam Singer"
, cuckSocial = "https://twitter.com/AdamSinger"
, cuckDodges =
[ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1447245484356108292?s=20"
, dodgeDescription = RanAway
, dodgeProposition = "diets humans thrived on in the wild, sans dentists and doctors, are correct.diets humans thrived on in the wild, sans dentists and doctors, are correct.diets humans thrived on in the wild, sans dentists and doctors, are correct.diets humans thrived on in the wild, sans dentists and doctors, are correct.diets humans thrived on in the wild, sans dentists and doctors, are correct."
, dodgeNicksDoxasticState = Nothing
, dodgeNicksDoxasticReason = NoProp
}
]
}

View file

@ -0,0 +1,19 @@
module Cuckery.CuckList.AnthonyGustin exposing (..)
import Cuckery.Types exposing (..)
cuckAnthonyGustin : Cuck
cuckAnthonyGustin =
{ cuckImage = "adamsinger"
, cuckName = "Adam Singer"
, cuckSocial = "https://twitter.com/AdamSinger"
, cuckDodges =
[ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1447245484356108292?s=20"
, dodgeDescription = RanAway
, dodgeProposition = "diets humans thrived on in the wild, sans dentists and doctors, are correct."
, dodgeNicksDoxasticState = Just Belief
, dodgeNicksDoxasticReason = NoProp
}
]
}