You are viewing a potentially older version of this package.
View all versions.

MountainCount
0.2.2 - 'xdc?' and 'xdr?' now alias to 'xtotal?' | Shows the amount of mountain shrines used. See readme.
Date uploaded | 2 weeks ago |
Version | 0.2.2 |
Download link | DestroyedClone-MountainCount-0.2.2.zip |
Downloads | 6814 |
Dependency string | DestroyedClone-MountainCount-0.2.2 |
This mod requires the following mods to function

bbepis-BepInExPack
Unified BepInEx all-in-one modding pack - plugin framework, detour library
Preferred version: 5.4.2117

RiskofThunder-R2API_Language
API for modifying the language localisation of the game
Preferred version: 1.0.1README
MountainCount
![]() |
![]() |
---|
Adds some chat commands regarding shrine use count for teleporters. This mod is not vanilla-safe, and players without the mod will not see changed tokens correctly.
x?
/x ?
- Outputs shrine use count for all teleporter shrines
- Outputs the result of
mtn?
if no associated mods are installed.
xtotal?
/xdr?
/xdc?
- Outputs the estimated amount of items each person should get.
xm?
/xmtn?
- Shrine of the Mountain
xsky?
(Requires ExtraChallengeShrines)- Shrine of the Sky
xwind?
(Requires ExtraChallengeShrines)- Shrine of the Wind
xearth?
(Requires ExtraChallengeShrines)- Shrine of the Earth
Written with StackEdit.
CHANGELOG
-
0.2.2
- Recompiled for SOTS Update #1- Now uses https://thunderstore.io/package/prodzpod/RealerExtraChallengeShrines/ instead of the original due to deprecation.
-
0.2.1
- Dependency Fix- Migrated MountainShrine reference to Assets
- Added a 'ModifyShrineUseToken' abstract method to ShrineReferenceBase in order to isolate
Chat_SendBroadcastChat_ChatMessageBase
method from trying to access fields from unloaded mod dlls - Config default changes
-
0.2.0
- Mod Compat- Added support for Risk of Options.
- Added support for ExtraChallengeShrines
- Shrine information is now referenced via an inheritance of a ShrineReferenceBase class
- Language support added
- Individual shrine info can be requested by specifying the shrine (xwind? for ExtraChallengeMode shrines, xmtn? for Mountain shrine, and x? for all available shrines)
- Replaced cfgIncrement with cfgExpandedInfo
- Added estimated item count command
-
0.1.0
- Release