《神秘回响》角色生成器
本周可创建新角色
本周已创建角色
创建你的角色
第一步:选择躯体
{{ body.gender }} · {{ body.age }}岁
少年
寿命 {{ body.lifespan }}年
属性总和
{{ body.totalAttributesWithoutLuck }} / {{ body.totalAttributes }}
(不含幸运 / 含幸运)
{{ attributeNames[attrIndex] }}
{{ attr.value }}
已选择
第二步:选择修正
修正组合 {{ index + 1 }}
属性修正:
{{ stat.value >= 0 && stat.name !== 'SPd' ? '' : '' }}{{ stat.value }}{{ stat.unit }}
,
{{ ability.advantages.length }}+ / {{ ability.disadvantages.length }}-
优势修正
{{ adv.name }}
{{ formatAbilityValue(adv.value, adv.unit) }}
无优势修正
劣势修正
{{ dis.name }}
{{ formatAbilityValue(dis.value, dis.unit) }}
无劣势修正
{{ getExtraStatChineseName(stat.name) }}
{{ stat.name === 'SPd' && stat.value < 0 ? '' : '' }}{{ stat.value }}{{ stat.unit }}
已选择
确定创建角色
请先选择躯体和修正
{{ character.body.gender }} · {{ character.body.age }}岁
少年
寿命 {{ character.body.lifespan }}年 | 属性总和 {{ character.body.totalAttributesWithoutLuck }} / {{ character.body.totalAttributes }}
角色已创建
属性
{{ attributeNames[index] }}
{{ attr.value }}
{{ getAttributeRating(attr.value) }}
修正
优势修正
{{ character.abilities.advantages.length }} 个
{{ adv.name }}
{{ formatAbilityValue(adv.value, adv.unit) }}
无优势修正
劣势修正
{{ character.abilities.disadvantages.length }} 个
{{ dis.name }}
{{ formatAbilityValue(dis.value, dis.unit) }}
无劣势修正
属性修正
{{ getExtraStatChineseName(extra.name) }}
{{ extra.value }}{{ extra.unit }}
下载角色信息
开发者调试工具
隐藏
模拟新周
清除本地存储
生成测试角色
当前周数: {{ currentWeek }}
最后创建周数: {{ lastCreatedWeek }}
可创建新角色: {{ canCreateNewCharacter }}
角色已创建: {{ characterCreated }}
{{ showDeveloperTools ? '隐藏' : '显示' }}开发者工具