Overview
Comment: | 好 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
af6ca14c7060d314d8ceefe389657e97 |
User & Date: | 顽雨沉风 on 2024-02-13 10:52:56 |
Other Links: | manifest | tags |
Context
2024-02-13
| ||
10:54 | 好 check-in: d3790b56e8 user: 顽雨沉风 tags: trunk | |
10:52 | 好 check-in: af6ca14c70 user: 顽雨沉风 tags: trunk | |
10:41 | 好 check-in: 43ea8c8217 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [cac850b2f3] to [4010ae69c8].
1 | 1 2 3 4 5 6 7 8 | - | local str = {} |
︙ | |||
55 56 57 58 59 60 61 62 | 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 | + + - - - - - + + + + + + - - - - + + + + - - | str["规则"] = str["规则表"][u2] else str["规则"] = str["规则表"][5] end fun["Debug.ReloadFieldBegin"](u1, u2) end fun["一_随机抽卡"] = function(u1) local h1, h2 str["随机抽卡的数量"] = u1 --~ 效果 |
︙ | |||
137 138 139 140 141 142 143 144 145 | 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 | + + - - - - - + + + + + | Duel.SendtoHand(str["玩家选定的卡"], nil, REASON_RULE) effect_event:Reset() end str["效果"]:SetOperation(cache_1) Duel.RegisterEffect(str["效果"], 0) end fun["一_禁格"] = function(u1) local h1 str["禁格"] = true str["禁格的数量"] = u1 --~ 效果 |
︙ |