Reputation
평판 is a per-player alignment value between Angel and Demon.
Direction
The stored value has three meanings:
- Positive value: Angel-leaning.
- Negative value: Demon-leaning.
- Zero: neutral.
The value is stored on the player and copied when the player is cloned.
Attempt Changes
각 시도는 사용한 쪽으로 평판을 이동시킬 수 있습니다.
- Angel attempt: reputation moves positive.
- Demon attempt: reputation moves negative.
- Success uses
repDeltaSuccess. - Failure uses
repDeltaFail.
Chance Bonus
Angel receives a bonus from positive reputation and a penalty from negative reputation. Demon receives the opposite. The bonus is:
sideBonus = sideAlignment * repBonusPerPointThat bonus is clamped by repBonusClamp, then added to the base chance.
You can switch sides, but your existing alignment may penalize the opposite side until your reputation moves back.
Range
The value is clamped to the configured reputation range. The default fallback range is -100 to +100, but servers can tune this in config.
이 프로젝트 후원
이 위키와 모드가 마음에 드시나요?
여러분의 후원은 기능 개발, 문서 작성, 업데이트 지속에 큰 도움이 됩니다.