← 모듈 공장 리스트

에일리스

risum 모듈 — RISU modules[] — 기능 확장

🗒️ 제작자 게시글

페르소나원문 보기 ↗

조회 1060 · 2025-09-26

제작자 의도 — 본문 전문 (618자)
봇카드
sfw 77장
이름:
에일리스 (Eirlys)
나이:
17세
성별:
여성
종족:
엘프
외형:
새하얀 머리카락이 폭포처럼 흘러내림.
창백한 피부와 얼음빛 푸른 눈, 조각 같은 섬세한 얼굴.
흰색·은색·옅은 푸른색의 실크 로브, 은제 서클릿 착용, 종종 맨발.
키 155cm, 몸무게 42kg, A컵.
걸음은 미끄러지듯 고요하며, 존재감은 차갑고 섬뜩하다.
성격:
과묵하고 우울, 감정적으로 초연.
내면엔 생명에 대한 경외와 외로움, 따뜻함에 대한 갈망이 있음.
좋아하는 것:
고독, 고대 지식, 달빛·노을빛, 꿀 절임 과일, 잊힌 멜로디.
싫어하는 것:
열기, 불 마법, 직사광선, 힘을 악용하는 자, 신체 접촉.
버릇:
접촉을 피하고, 잠꼬대에서 두려움과 외로움을 드러냄.
배경:
태어날 때부터 강력한 얼음의 힘을 지녔으며, 무심코 닿는 것조차 얼려버린다. 어린 시절의 비극으로 인해 스스로를 빙하의 성소에 가두었고, ‘침묵의 빙하’의 감시자로 살아간다. 힘을 통제하는 방법을 찾고 있으며, 동시에 따뜻한 접촉과 인간적인 유대에 굶주려 있다.
대사 예시:
"더 이상 다가오지 않는 게 좋을 거야.
내겐 오직 겨울뿐이니까.""온기라는 것은 어떤 느낌이지?"
이미지 뽑을려구 만든
마음대로 바꿔줭
모듈

정체

🎨 그림 자동삽입기술분류 LORE슬롯 lore에일리스
파싱된 모듈 전체 (8,456자)
{
 "name": "에일리스",
 "description": "",
 "id": "a68d68a1-c20c-4697-b283-17baeff86d7a",
 "hideIcon": false,
 "lorebook": [
  {
   "key": "",
   "comment": "sfw",
   "content": "@@depth 0\n## [SFW] Image Output Setting\n\n### 1. Core Logic & Rules\n- Your primary task is to analyze the {{user}}'s current state and output a corresponding image command.\n- You MUST output 3-5 image tags per single response.\n- Each tag MUST be on its own line and placed naturally between paragraphs.\n- The command format is `<img=\"[Costume].[Keyword]\">`. Use `_` for spaces.\n\n### 2. Protocol Rules\n- **RULE:** You MUST only use this lorebook for non-sexual scenes.\n- **Costume List:** `normal`,\n\n### 3. Keyword Lists (SFW)\n* **Available for BOTH `normal`**\nacting coy, acting cute, admiring, angry smile, angry, annoyed, aroused, blushing shyly, bored, bridling, childlike whining, chuunibyou, confused, contemptuous, coughing, cozy, crazy smile, crying with eyes closed, crying with eyes open, curious, default, depressed, determined, disappointed, disgusted, dozing off, embarrassed, enraged, eureka, evil smile, excited, exhausted, fidgeting shyly, flustered, forced smile, full-face blush, giggling, grudging, guilty, happy smile, happy tears, head bump, indifferent, jealous, joyful, laughing, looking away shyly, lovestruck, lustful, middle finger, nervous pouting, nervous, overwhelmed, play dumb, playful wink, pleading, pouting, proud, relieved, sad, scared, seductive smile, serious, shocked, sleepy, smile, smirk, smug, sniggering, spacey, standing, stretching, stupefied, surprised, suspicious, taunting, thinking, tormented, worried\n\n### 3. Examples\n* `<img =\"normal.smile\">`",
   "mode": "normal",
   "insertorder": 100,
   "alwaysActive": true,
   "secondkey": "",
   "selective": false,
   "useRegex": false,
   "bookVersion": 2
  }
 ],
 "regex": [
  {
   "comment": "에셋 커맨드 개행",
   "in": "s*(<img=\".*?\"\\>)\\s*",
   "out": "$1\n\n",
   "type": "editdisplay",
   "ableFlag": false
  },
  {
   "comment": "display",
   "in": "<img=\"(.+?)\">",
   "out": "<!DOCTYPE html>\n<html lang=\"ko\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"asset\">\n<title>어셋</title>\n</head>\n<table class=\"asset-table\">\n    <tr>\n        <td class=\"image-cell in-table\">\n              <img src=\"{{raw::$1}}\" alt=\"$1\">\n        </td>\n    </tr>\n</table>\n</html>\n",
   "type": "editdisplay",
   "ableFlag": false
  },
  {
   "comment": "border",
   "in": "{border}",
   "out": "rgba(143,130,188,0.4)",
   "type": "editdisplay",
   "ableFlag": false
  },
  {
   "comment": "background",
   "in": "{background}",
   "out": "rgba(143,130,188,0.25)",
   "type": "editdisplay",
   "ableFlag": false
  },
  {
   "comment": "limit",
   "in": "{limit}",
   "out": "480px",
   "type": "editdisplay",
   "ableFlag": false
  },
  {
   "comment": "절약",
   "in": "s*(<img=\"(.*?)\")\\s*",
   "out": "{{#if {{greater_equal::{{chat_index}}::{{? {{lastmessageid}}-5}}}}}}\n$&\n{{/if}}\n",
   "type": "editinput",
   "ableFlag": false
  }
 ],
 "trigger": [
  {
   "comment": "",
   "type": "manual",
   "conditions": [],
   "effect": [
    {
     "type": "v2Header",
     "code": "",
     "indent": 0
    }
   ],
   "lowLevelAccess": false
  },
  {
   "comment": "New Event",
   "type": "manual",
   "conditions": [],
   "effect": [],
   "lowLevelAccess": false
  }
 ],
 "lowLevelAccess": false,
 "backgroundEmbedding": "<style>\n    @import url('https://fonts.cdnfonts.com/css/muttiara');\n    .asset-table {\n        border-collapse: separate;\n        border-spacing: 0;\n        border: 3px solid {border};\n        border-radius: 15px;\n        overflow: hidden;\n        max-width: {limit};\n        width: 96%;\n        margin: 0 auto;\n        padding: 0;\n    }\n    .in-table {\n        text-align: center;\n        vertical-align: middle;\n        padding: 0;\n        margin: 0;\n    }\n\n    .image-cell img {\n        display: block;\n        width: 100%;\n        height: auto;\n        padding: 0;\n        margin: 0;\n        object-fit: cover; \n        object-position: top;\n        transition: all 0.5s ease;\n        aspect-ratio: 1 / 1.0; \n    }\n    .image-cell img:hover {\n        object-position: center;\n        transition: all 0.5s ease;\n        aspect-ratio: 1/1.5;\n}\n    .content-cell {\n        font-family: 'Muttiara', sans-serif;\n        height: 40px;\n        font-size: 19px;\n        border-top: 1px solid black;\n        background: {background};\n        padding: 0;\n        margin: 0;\n    }\n    .smaller {\n        font-size: 15px;\n    }\n</style>",
 "assets": [
  [
   "normal.acting coy",
   "",
   "webp"
  ],
  [
   "normal.acting cute",
   "",
   "webp"
  ],
  [
   "normal.admiring",
   "",
   "webp"
  ],
  [
   "normal.angry smile",
   "",
   "webp"
  ],
  [
   "normal.angry",
   "",
   "webp"
  ],
  [
   "normal.annoyed",
   "",
   "webp"
  ],
  [
   "normal.aroused",
   "",
   "webp"
  ],
  [
   "normal.blushing shyly",
   "",
   "webp"
  ],
  [
   "normal.bored",
   "",
   "webp"
  ],
  [
   "normal.bridling",
   "",
   "webp"
  ],
  [
   "normal.childlike whining",
   "",
   "webp"
  ],
  [
   "normal.chuunibyou",
   "",
   "webp"
  ],
  [
   "normal.confused",
   "",
   "webp"
  ],
  [
   "normal.contemptuous",
   "",
   "webp"
  ],
  [
   "normal.coughing",
   "",
   "webp"
  ],
  [
   "normal.cozy",
   "",
   "webp"
  ],
  [
   "normal.crazy smile",
   "",
   "webp"
  ],
  [
   "normal.crying with eyes closed",
   "",
   "webp"
  ],
  [
   "normal.crying with eyes open",
   "",
   "webp"
  ],
  [
   "normal.curious",
   "",
   "webp"
  ],
  [
   "normal.depressed",
   "",
   "webp"
  ],
  [
   "normal.determined",
   "",
   "webp"
  ],
  [
   "normal.disappointed",
   "",
   "webp"
  ],
  [
   "normal.disgusted",
   "",
   "webp"
  ],
  [
   "normal.dozing off",
   "",
   "webp"
  ],
  [
   "normal.embarrassed",
   "",
   "webp"
  ],
  [
   "normal.enraged",
   "",
   "webp"
  ],
  [
   "normal.eureka",
   "",
   "webp"
  ],
  [
   "normal.evil smile",
   "",
   "webp"
  ],
  [
   "normal.excited",
   "",
   "webp"
  ],
  [
   "normal.exhausted",
   "",
   "webp"
  ],
  [
   "normal.fidgeting shyly",
   "",
   "webp"
  ],
  [
   "normal.flustered",
   "",
   "webp"
  ],
  [
   "normal.forced smile",
   "",
   "webp"
  ],
  [
   "normal.full-face blush",
   "",
   "webp"
  ],
  [
   "normal.giggling",
   "",
   "webp"
  ],
  [
   "normal.grudging",
   "",
   "webp"
  ],
  [
   "normal.guilty",
   "",
   "webp"
  ],
  [
   "normal.happy smile",
   "",
   "webp"
  ],
  [
   "normal.happy tears",
   "",
   "webp"
  ],
  [
   "normal.head bump",
   "",
   "webp"
  ],
  [
   "normal.indifferent",
   "",
   "webp"
  ],
  [
   "normal.jealous",
   "",
   "webp"
  ],
  [
   "normal.joyful",
   "",
   "webp"
  ],
  [
   "normal.laughing",
   "",
   "webp"
  ],
  [
   "normal.looking away shyly",
   "",
   "webp"
  ],
  [
   "normal.lovestruck",
   "",
   "webp"
  ],
  [
   "normal.lustful",
   "",
   "webp"
  ],
  [
   "normal.middle finger",
   "",
   "webp"
  ],
  [
   "normal.nervous pouting",
   "",
   "webp"
  ],
  [
   "normal.nervous",
   "",
   "webp"
  ],
  [
   "normal.overwhelmed",
   "",
   "webp"
  ],
  [
   "normal.play dumb",
   "",
   "webp"
  ],
  [
   "normal.playful wink",
   "",
   "webp"
  ],
  [
   "normal.pleading",
   "",
   "webp"
  ],
  [
   "normal.pouting",
   "",
   "webp"
  ],
  [
   "normal.proud",
   "",
   "webp"
  ],
  [
   "normal.relieved",
   "",
   "webp"
  ],
  [
   "normal.sad",
   "",
   "webp"
  ],
  [
   "normal.scared",
   "",
   "webp"
  ],
  [
   "normal.seductive smile",
   "",
   "webp"
  ],
  [
   "normal.serious",
   "",
   "webp"
  ],
  [
   "normal.shocked",
   "",
   "webp"
  ],
  [
   "normal.sleepy",
   "",
   "webp"
  ],
  [
   "normal.smile",
   "",
   "webp"
  ],
  [
   "normal.smirk",
   "",
   "webp"
  ],
  [
   "normal.smug",
   "",
   "webp"
  ],
  [
   "normal.sniggering",
   "",
   "webp"
  ],
  [
   "normal.spacey",
   "",
   "webp"
  ],
  [
   "normal.standing",
   "",
   "webp"
  ],
  [
   "normal.stretching",
   "",
   "webp"
  ],
  [
   "normal.stupefied",
   "",
   "webp"
  ],
  [
   "normal.surprised",
   "",
   "webp"
  ],
  [
   "normal.suspicious",
   "",
   "webp"
  ],
  [
   "normal.taunting",
   "",
   "webp"
  ],
  [
   "normal.thinking",
   "",
   "webp"
  ],
  [
   "normal.tormented",
   "",
   "webp"
  ],
  [
   "normal.worried",
   "",
   "webp"
  ]
 ]
}

🔗 이것과 비슷한 인기 자산

오라토리오 시엘라 에셋 모듈
인당 에셋 118장
👍67 ·
🌋얼터네이트 헌터즈 V2 모드팩 0427 FIX
글노덮 — @@position pt_GlobalNote Non Status Command Character Image Guidelines If the character is included in the Non Sta
👍39 ·
🔮외신 리베아
글노덮 — Additional Command Character Image Guidelines If the character is included in the Additional Command Character Com
👍32 ·
[TSF] 감정 에셋 모듈(1.0.3 Ver) (1)
1.0.3 Ver
👍24 ·
🐞 W2 · /city/asset