feat: bigass cuck salad

This commit is contained in:
Nick 2024-11-14 01:16:09 -06:00
parent 74bc980a08
commit a3ad02ad9d
40 changed files with 1631 additions and 1069 deletions

View file

@ -0,0 +1,30 @@
module Cuckery.CuckList.CliffHarvey exposing (..)
import Cuckery.Types exposing (..)
cuckCliffHarvey : Cuck
cuckCliffHarvey =
let
name : String
name =
""
in
{ cuckImage = formatCuckName name
, cuckName = name
, cuckSocial = "Cliff Harvey"
, cuckDodges =
[ { dodgeLink = "https://twitter.com/CarbAppropriate/status/1372281626206507010?s=20"
, dodgeDescription = NoReply
, dodgeProposition = "saturated fat in the diet does not independently increase the risk of mortality."
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = NoProp
}
, { dodgeLink = "https://twitter.com/The_Nutrivore/status/1500650543886204929?s=20"
, dodgeDescription = NoReply
, dodgeProposition = "saturated fat in the diet does not independently increase the risk of mortality."
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = NoProp
}
]
}