morphic-engine-lukaswolfden
Version:
Advanced relationship analysis engine with psychological insights, momentum scoring, and seduction psychology framework
147 lines • 8.12 kB
JavaScript
"use strict";
/**
* Greene Seduction Psychology Types and Interfaces
*
* TypeScript interfaces for Robert Greene's seduction psychology framework
* with dual-layer architecture (public archetypes + internal analytics)
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.ARCHETYPE_DESCRIPTIONS = exports.VICTIM_DISPLAY_NAMES = exports.PsychologicalGap = exports.SeductionStage = exports.VictimCode = exports.SeducerArchetype = void 0;
// Public-facing seducer archetypes (attractive to users)
var SeducerArchetype;
(function (SeducerArchetype) {
SeducerArchetype["SIREN"] = "siren";
SeducerArchetype["RAKE"] = "rake";
SeducerArchetype["IDEAL_LOVER"] = "ideal_lover";
SeducerArchetype["DANDY"] = "dandy";
SeducerArchetype["NATURAL"] = "natural";
SeducerArchetype["COQUETTE"] = "coquette";
SeducerArchetype["CHARMER"] = "charmer";
SeducerArchetype["CHARISMATIC"] = "charismatic";
SeducerArchetype["STAR"] = "star";
})(SeducerArchetype || (exports.SeducerArchetype = SeducerArchetype = {}));
// Internal victim analysis codes (for compatibility prediction)
var VictimCode;
(function (VictimCode) {
VictimCode["V_DISAPPOINTED_DREAMER"] = "V_DISAPPOINTED_DREAMER";
VictimCode["V_PAMPERED_ROYAL"] = "V_PAMPERED_ROYAL";
VictimCode["V_NEW_PRUDE"] = "V_NEW_PRUDE";
VictimCode["V_CRUSHED_STAR"] = "V_CRUSHED_STAR";
VictimCode["V_NOVICE"] = "V_NOVICE";
VictimCode["V_CONQUEROR"] = "V_CONQUEROR";
VictimCode["V_EXOTIC_FETISHIST"] = "V_EXOTIC_FETISHIST";
VictimCode["V_DRAMA_QUEEN"] = "V_DRAMA_QUEEN";
VictimCode["V_PROFESSOR"] = "V_PROFESSOR";
VictimCode["V_BEAUTY"] = "V_BEAUTY";
VictimCode["V_AGING_BABY"] = "V_AGING_BABY";
VictimCode["V_RESCUER"] = "V_RESCUER";
VictimCode["V_ROUE"] = "V_ROUE";
VictimCode["V_IDOL_WORSHIPPER"] = "V_IDOL_WORSHIPPER";
VictimCode["V_SENSUALIST"] = "V_SENSUALIST";
VictimCode["V_LONELY_LEADER"] = "V_LONELY_LEADER";
VictimCode["V_FLOATING_GENDER"] = "V_FLOATING_GENDER";
VictimCode["V_REFORMED_RAKE"] = "V_REFORMED_RAKE";
})(VictimCode || (exports.VictimCode = VictimCode = {}));
// Seduction stages
var SeductionStage;
(function (SeductionStage) {
SeductionStage["ATTRACT_ATTENTION"] = "attract_attention";
SeductionStage["CREATE_CONFUSION"] = "create_confusion";
SeductionStage["SEND_MIXED_SIGNALS"] = "send_mixed_signals";
SeductionStage["APPEAR_OBJECT_DESIRE"] = "appear_object_desire";
SeductionStage["CREATE_TEMPTATION"] = "create_temptation";
SeductionStage["LEAD_ASTRAY"] = "lead_astray";
SeductionStage["STIR_ANXIETY"] = "stir_anxiety";
SeductionStage["CONFIRM_SEDUCTION"] = "confirm_seduction";
})(SeductionStage || (exports.SeductionStage = SeductionStage = {}));
// Psychological gaps (unmet needs)
var PsychologicalGap;
(function (PsychologicalGap) {
PsychologicalGap["SECURITY_NEED"] = "security_need";
PsychologicalGap["ATTENTION_NEED"] = "attention_need";
PsychologicalGap["ADVENTURE_NEED"] = "adventure_need";
PsychologicalGap["SPIRITUAL_NEED"] = "spiritual_need";
PsychologicalGap["AESTHETIC_NEED"] = "aesthetic_need";
PsychologicalGap["POWER_NEED"] = "power_need";
PsychologicalGap["IDENTITY_NEED"] = "identity_need";
PsychologicalGap["VALIDATION_NEED"] = "validation_need";
})(PsychologicalGap || (exports.PsychologicalGap = PsychologicalGap = {}));
// User-friendly display names for internal codes
exports.VICTIM_DISPLAY_NAMES = {
[]: 'Disappointed Dreamer',
[]: 'Pampered Royal',
[]: 'New Prude',
[]: 'Crushed Star',
[]: 'Novice',
[]: 'Conqueror',
[]: 'Exotic Fetishist',
[]: 'Drama Queen',
[]: 'Professor',
[]: 'Beauty',
[]: 'Aging Baby',
[]: 'Rescuer',
[]: 'Roué',
[]: 'Idol Worshipper',
[]: 'Sensualist',
[]: 'Lonely Leader',
[]: 'Floating Gender',
[]: 'Reformed Rake'
};
// Public archetype descriptions (attractive to users)
exports.ARCHETYPE_DESCRIPTIONS = {
[]: {
title: 'The Magnetic Siren',
description: 'You possess an enchanting allure that draws others into your mysterious world of passion and desire.',
traits: 'Magnetic, mysterious, sensually powerful, emotionally intuitive',
appeal: 'Your forbidden and intoxicating presence creates irresistible attraction'
},
[]: {
title: 'The Passionate Pursuer',
description: 'You pursue love with intense focus and overwhelming desire, making others feel uniquely special.',
traits: 'Intensely focused, passionately devoted, romantically bold, emotionally overwhelming',
appeal: 'Your undivided attention and passionate pursuit makes others feel extraordinarily desired'
},
[]: {
title: 'The Romantic Visionary',
description: 'You embody the perfect romantic fantasy, understanding exactly what others need emotionally.',
traits: 'Emotionally attuned, romantically idealistic, psychologically perceptive, fantasy fulfiller',
appeal: 'Your ability to become someone\'s perfect romantic ideal creates deep emotional connection'
},
[]: {
title: 'The Sophisticated Rebel',
description: 'You blend masculine and feminine qualities with sophisticated style that intrigues and attracts.',
traits: 'Stylistically bold, gender-fluid charm, rebelliously attractive, sophisticatedly unique',
appeal: 'Your androgynous appeal and rebellious sophistication creates fascination and desire'
},
[]: {
title: 'The Effortlessly Charming',
description: 'You possess natural, spontaneous charm that makes others feel young, playful, and carefree.',
traits: 'Spontaneously charming, playfully innocent, naturally magnetic, effortlessly attractive',
appeal: 'Your genuine, unforced charm makes others feel refreshed and enchanted'
},
[]: {
title: 'The Mysteriously Alluring',
description: 'You master the art of attraction through strategic distance, creating desire through unavailability.',
traits: 'Strategically elusive, mysteriously attractive, emotionally independent, tantalizingly distant',
appeal: 'Your hot-and-cold nature creates addictive pursuit and intense desire'
},
[]: {
title: 'The Socially Magnetic',
description: 'You make others feel special through focused attention and genuine interest in their world.',
traits: 'Socially skilled, genuinely interested, charmingly attentive, emotionally intelligent',
appeal: 'Your ability to make others feel heard and valued creates strong social attraction'
},
[]: {
title: 'The Inspiring Leader',
description: 'You inspire others with your vision and confidence, creating attraction through shared purpose.',
traits: 'Visionary leadership, confident presence, inspirationally magnetic, purposefully attractive',
appeal: 'Your confidence and vision make others want to join your mission and be close to your energy'
},
[]: {
title: 'The Captivating Presence',
description: 'You possess a luminous quality that makes others want to bask in your radiant energy.',
traits: 'Luminously attractive, magnetically present, naturally captivating, radiantly confident',
appeal: 'Your star quality makes others feel elevated and special when in your presence'
}
};
//# sourceMappingURL=greene-psychology.js.map