Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "Id": "cranber.fireflies",
- "SpriteData": {
- "Variations": 1,
- "FrameWidth": 10,
- "FrameHeight": 9,
- "Scale": 4
- },
- "Animations": {
- "default": {
- "Frames": [
- {
- "Frame": 0,
- "Duration": 25
- },
- {
- "Frame": 1,
- "Duration": 25
- },
- {
- "Frame": 2,
- "Duration": 25
- },
- {
- "Frame": 3,
- "Duration": 25
- },
- {
- "Frame": 2,
- "Duration": 25
- },
- {
- "Frame": 1,
- "Duration": 25
- }
- ]
- }
- },
- "SpawnConditions": [
- {
- "Not": false,
- "Seasons": [ "spring", "summer", "fall" ],
- "Locations": [ "Farm" ],
- "MinTimeOfDay": 600,
- "MaxTimeOfDay": 2600,
- "ChancePerTile": 1,
- "RequireDarkOut": false,
- "AllowRain": false,
- "ChildrenCombine": "and",
- "Children": []
- }
- ],
- "SpawnLocations": [
- {
- "LocationType": "random",
- "Conditions": [
- {
- "Not": false,
- "Chance": 0.90,
- "Variable": "ParentSheetIndex",
- "RequireNotNull": false,
- "Is": null,
- "ValueEquals": "0",
- "ChildrenCombine": "and",
- "Children": []
- }
- ]
- }
- ],
- "SpawnAttempts": 90,
- "Behavior": {
- "Type": "random",
- "Speed": 1,
- "PatrolPoints": [
- {
- "Type": "random",
- "X": 4,
- "Y": 4
- }
- ],
- "PatrolPointDelay": 0,
- "PatrolPointDelayAddRandom": 0
- },
- "Light": {
- "VanillaLightId": 3,
- "Radius": 0.5,
- "Color": { "R": 255, "G": 255, "B": 255 }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement