Overview
Comment: | 0.0.516 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
3c29ca6ba560a340d1454c6eec4d2131 |
User & Date: | 顽雨沉风 on 2023-06-30 05:44:31 |
Other Links: | manifest | tags |
Context
2023-06-30
| ||
08:13 | 0.0.517 check-in: 82c1431ff8 user: 顽雨沉风 tags: trunk | |
05:44 | 0.0.516 check-in: 3c29ca6ba5 user: 顽雨沉风 tags: trunk | |
05:43 | 0.0.515 check-in: a7fd822a25 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [269808fee2] to [4540cc9d7f].
︙ | ︙ | |||
38 39 40 41 42 43 44 45 46 47 48 49 50 51 | Debug.ShowHint("残局群181175613") return end effect_1:SetOperation(cache_1) Duel.RegisterEffect(effect_1 , 0) end fun["是否效果卡"] = function(card) cache_1 = Card.IsType(card, TYPE_SPELL) cache_2 = Card.IsType(card, TYPE_TRAP) cache_3 = Card.IsType(card, TYPE_EFFECT) | > | 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 | Debug.ShowHint("残局群181175613") return end effect_1:SetOperation(cache_1) Duel.RegisterEffect(effect_1 , 0) fun["开局说明"]() end fun["是否效果卡"] = function(card) cache_1 = Card.IsType(card, TYPE_SPELL) cache_2 = Card.IsType(card, TYPE_TRAP) cache_3 = Card.IsType(card, TYPE_EFFECT) |
︙ | ︙ |
Modified single/19.Let's GaGaGa.lua from [bfd69e4854] to [add330680d].
︙ | ︙ | |||
39 40 41 42 43 44 45 46 | g1:CompleteProcedure() Debug.AddCard(44095762,1,1,LOCATION_SZONE,1,POS_FACEDOWN) Debug.AddCard(44095762,1,1,LOCATION_SZONE,2,POS_FACEDOWN) Debug.AddCard(44095762,1,1,LOCATION_SZONE,3,POS_FACEDOWN) Debug.ReloadFieldEnd() aux.BeginPuzzle() fun["通关邀请"]() | > | < | 39 40 41 42 43 44 45 46 47 48 49 | g1:CompleteProcedure() Debug.AddCard(44095762,1,1,LOCATION_SZONE,1,POS_FACEDOWN) Debug.AddCard(44095762,1,1,LOCATION_SZONE,2,POS_FACEDOWN) Debug.AddCard(44095762,1,1,LOCATION_SZONE,3,POS_FACEDOWN) Debug.ReloadFieldEnd() aux.BeginPuzzle() fun["开局添加手卡"](6) fun["通关邀请"]() |