website/frontend/src/Debate/Cuckery/CuckList/JamesDiNicolantonio.elm
2024-12-08 02:18:36 -06:00

26 lines
823 B
Elm
Executable file

module Debate.Cuckery.CuckList.JamesDiNicolantonio exposing (..)
import Debate.Cuckery.Types exposing (..)
cuckJamesDiNicolantonio : Cuck
cuckJamesDiNicolantonio =
let
name : String
name =
"James DiNicolantonio"
in
{ cuckImage = formatCuckName name
, cuckName = name
, cuckSocial = "https://x.com/drjamesdinic"
, cuckDodges =
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1460788569388171268?s=20"
, dodgeDescription = NoReply
, dodgeProposition = commonProps.propLinoleicAcid
, dodgeReceipts = []
, dodgeFallacy = Just (SpecificFallacy "")
, dodgeNicksDoxasticState = Just Belief
, dodgeNicksDoxasticReason = SpecificPropReason commonPropReasons.propSeedOilsReason
}
]
}