Infinite Upgrades

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.

Demon leaning reputation bar
偏向 Demon
Neutral reputation bar
中立
Angel leaning reputation bar
偏向 Angel

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:

TEXT
sideBonus = sideAlignment * repBonusPerPoint

That bonus is clamped by repBonusClamp, then added to the base chance.

Pivoting sides

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 和这些模组吗?

你的每一份支持都能帮助我持续开发新功能、完善文档并发布更新。

返回顶部