Advertisement
Guest User

Untitled

a guest
Feb 19th, 2020
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. ,
  2. "animation": [{
  3. "name": ["fastReelStop"],
  4. "variant": "Sequence",
  5. "condition": {"type": "value","value":"@util.eq.@game.scope.game.activeReels.@model.index,1"},
  6. "children": ["call:setTexture:Hold_ON.png:reels.json"]
  7. },{
  8. "name": "closeTab5",
  9. "variant": "Sequence",
  10. "condition": {"type": "value","value": "@game.allConditions.@model.index,"},
  11. "repeat": 30,
  12. "children": [
  13. "call:setTexture:Hold_ON.png:reels.json",
  14. "delay:0.2",
  15. "call:setTexture:Hold_OFF.png:reels.json",
  16. "delay:0.2"]
  17. },{
  18. "name": ["fsStart", "fsStartDialog", "fsAfter","fsRetriggerEnd", "gambleFeatureOpen", "gambleFeatureClose", "winDone", "reelStop"],
  19. "variant": "Sequence",
  20. "children": ["call:setTexture:Hold_OFF.png:reels.json"]
  21. }]
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28. ,{
  29. "name": ["fsStart", "fsStartDialog", "fsAfter","fsRetriggerEnd", "gambleFeatureOpen", "gambleFeatureClose", "winDone", "reelStop"],
  30. "variant": "Sequence",
  31. "children": ["call:setTexture:Hold_OFF.png:reels.json"]
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement