Update README.md
This commit is contained in:
@@ -172,7 +172,7 @@ Container slot allows player to carry items there.
|
|||||||
#### 6.3.2 Coverage resolution
|
#### 6.3.2 Coverage resolution
|
||||||
For each body part `b`:
|
For each body part `b`:
|
||||||
- Find the set of equipped garments covering `b`.
|
- Find the set of equipped garments covering `b`.
|
||||||
- Effective coverage of `b` = `min(sum(effectiveCoverage of garments covering b), 100%)` where `effectiveCoverage = isUnderwear ? coverage/2 : coverage`.
|
- Effective coverage of `b` = `min(max(effectiveCoverage of garments covering b), 100%)` where `effectiveCoverage = isUnderwear ? coverage/2 : coverage`.
|
||||||
- Body part is "exposed" if effective coverage = 0.
|
- Body part is "exposed" if effective coverage = 0.
|
||||||
- Lower total coverage → faster embarrassment gain when observed (§7.1).
|
- Lower total coverage → faster embarrassment gain when observed (§7.1).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user