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.
このプロジェクトを支援
このWikiとModが気に入りましたか?
ご支援いただくことで、機能開発、ドキュメント整備、アップデート継続の助けになります。