Survivalist: Invisible Strain

Survivalist: Invisible Strain

评价数不足
熟能生巧(Practice Makes perfect)
   
奖励
收藏
已收藏
取消收藏
标签: IsMod
文件大小
发表于
更新日期
938.263 KB
9 月 19 日 上午 7:35
9 月 29 日 下午 9:56
8 项改动说明 ( 查看 )

订阅以下载
熟能生巧(Practice Makes perfect)

描述
功能
當你的技能已達到當前技能上限,獲取該技能經驗有機會再次提高該技能上限,最高五顆星。

機率公式
A=> 你的當前技能上限
B=> 某次獲得該技能的經驗點數
機率=> (0.08 - A × 0.01) × (1 + 0.01 × B)

備註
0.08 為初始機率,可透過 PMP.xml進行修改。(DefaultOverRankRate)

額外功能 - 經驗分享
獲得技能經驗的角色可以將經驗同時分享給所有成員
觸發條件
1. 提供經驗分享的角色此時該技能已達5星
2. 該次獲得經驗大於等於10
3. 受惠成員該技能尚未達5星
4. 該成員必須是社群內
透過這個方式獲得經驗如符合條件,一樣能觸發提高技能上限

這個功能預設是關閉的,可透過 PMP.xml進行啟用。

相關XML參數

ShareExp=> 啟用[經驗分享]
ShareExpFactor=> 分享經驗的加成
例如:
分享經驗的加成1.5
原始獲得100經驗
有10位成員達到分享經驗條件
100 × 1.5 / 10 = 15
每一位成員能獲得15點經驗

MinShareExp=> 觸發分享經驗每一位成員能分到最低的經驗值
請設定大於1的值(支援小數點)

---

Feature
When your skill has reached its current maximum level, gaining experience for that skill has a chance to further increase its maximum level, up to a maximum of five stars.

Probability Formula
A => Your current skill cap
B => The amount of experience points gained for that skill in one instance
Probability => (0.08 - A × 0.01) × (1 + 0.01 × B)

Notes
0.08 is the base probability, which can be modified through PMP.xml (DefaultOverRankRate).

Additional Feature – Experience Sharing
The character who gains skill experience can share the experience with all members simultaneously.

Trigger Conditions

The character providing experience sharing already has 5 stars in that skill.

The experience gained in that instance is greater than or equal to 10.

The receiving member has not yet reached 5 stars in that skill.

The member must be within the community.

If the shared experience meets the conditions, it can also trigger an increase in the skill cap.

This feature is disabled by default and can be enabled through PMP.xml.

Related XML Parameters

ShareExp => Enable [Experience Sharing]

ShareExpFactor => Bonus multiplier for shared experience

Example:
If the bonus multiplier is 1.5,
Original experience gained = 100
There are 10 members eligible for experience sharing
100 × 1.5 / 10 = 15
Each member receives 15 experience points.

MinShareExp => Minimum amount of experience each member can receive when experience sharing is triggered.
Please set a value greater than 1 (decimals supported).