πWorld Manifest
Avatar Manifest describes custom avatars that can be used in particular Universe or Place.
An Example of World Manifests
address: core.morpheus.place/module/sauna
name: Sauna
contents:
- world: sauna
bundle:
address: core.morpheus.place/bundle/<id>
version: 28address: core.morpheus.place/module/sauna
name: Sauna
contents:
- world: sauna
bundle:
address: core.morpheus.place/bundle/829729749374
version: 289273
connectors:
- connector: main # main destination
connectorName: spawnAreaConnector
previewUrl: https://..360.png
- connector: balcony # destination area on the balcony
connectorName: balconyAreaConnector
rotation: 120 # arrival rotation
previewUrl: https://..360.png
previewRotation: 76 # ΠΈ preview rotation
- connector: pool # (e.g. can have waves)
connectorName: poolFxBox
- connector: door # (e.g. can be opened)
connectorName: doorAnimatedObject
- behavior: water-fx
scriptName: areaEffectScript
connector: pool # connected to the "pool", operates interactively
- behavior: count-entrance
scriptUrl: https://...script.php # :)
connector: door # executed when something happens with the "door"World Manifest Properties
Last updated