Наконец-то смешное: артефакты теперь рандомные предметы на станции (#654)
* funny random artifacts * cvar logic * ratio logic moved to cvars * funny update
This commit is contained in:
@@ -479,6 +479,19 @@
|
||||
- Dexalin
|
||||
- Omnizine
|
||||
|
||||
- type: artifactEffect # WD
|
||||
id: EffectChemicalPuddleWaterPotassium
|
||||
targetDepth: 2
|
||||
effectHint: artifact-effect-hint-biochemical
|
||||
components:
|
||||
- type: ChemicalPuddleArtifact
|
||||
chemicalSolution:
|
||||
maxVol: 500
|
||||
canReact: true
|
||||
possibleChemicals:
|
||||
- Water
|
||||
- Potassium
|
||||
|
||||
- type: artifactEffect
|
||||
id: EffectChemicalPuddleRare
|
||||
targetDepth: 2
|
||||
@@ -535,6 +548,46 @@
|
||||
- type: PolyOthersArtifact
|
||||
polymorphPrototypeName: ArtifactLuminous
|
||||
|
||||
- type: artifactEffect # WD
|
||||
id: EffectPolyWallDoor
|
||||
targetDepth: 3
|
||||
effectHint: artifact-effect-hint-polymorph
|
||||
components:
|
||||
- type: PolyOthersArtifact
|
||||
polymorphPrototypeName: ArtifactWallDoor
|
||||
|
||||
- type: artifactEffect # WD
|
||||
id: EffectPolyCluwne
|
||||
targetDepth: 3
|
||||
effectHint: artifact-effect-hint-polymorph
|
||||
components:
|
||||
- type: PolyOthersArtifact
|
||||
polymorphPrototypeName: ArtifactCluwne
|
||||
|
||||
- type: artifactEffect # WD
|
||||
id: EffectPolyMouse
|
||||
targetDepth: 3
|
||||
effectHint: artifact-effect-hint-polymorph
|
||||
components:
|
||||
- type: PolyOthersArtifact
|
||||
polymorphPrototypeName: ArtifactMouse
|
||||
|
||||
- type: artifactEffect # WD
|
||||
id: EffectPolyChicken
|
||||
targetDepth: 3
|
||||
effectHint: artifact-effect-hint-polymorph
|
||||
components:
|
||||
- type: PolyOthersArtifact
|
||||
polymorphPrototypeName: ArtifactChicken
|
||||
|
||||
- type: artifactEffect # WD
|
||||
id: EffectPolyGnome
|
||||
targetDepth: 3
|
||||
effectHint: artifact-effect-hint-polymorph
|
||||
components:
|
||||
- type: PolyOthersArtifact
|
||||
polymorphPrototypeName: ArtifactGnome
|
||||
|
||||
- type: artifactEffect
|
||||
id: EffectHealAll
|
||||
targetDepth: 3
|
||||
@@ -582,7 +635,7 @@
|
||||
components:
|
||||
- type: ShuffleArtifact
|
||||
- type: TelepathicArtifact
|
||||
range: 7.5
|
||||
range: 12
|
||||
messages:
|
||||
- shuffle-artifact-popup
|
||||
|
||||
|
||||
Reference in New Issue
Block a user