游戏王残局简化版

Check-in [e815de3684]
Login

Check-in [e815de3684]

Overview
Comment:0.0.2042
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: e815de36847f38cf56f6a5e6a3518b603914d059d3aa269d36e4a2e7a041f1fa
User & Date: 顽雨沉风 on 2023-07-23 00:48:20
Other Links: manifest | tags
Context
2023-07-23
00:54
0.0.2043 check-in: a0f5363035 user: 顽雨沉风 tags: trunk
00:48
0.0.2042 check-in: e815de3684 user: 顽雨沉风 tags: trunk
00:47
0.0.2041 check-in: 14f5073ab7 user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [504557934c] to [a691379960].

158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
    
  cache_1 = Card.IsType(card, TYPE_PENDULUM)
  
  if cache_1 then --{
    
    for i = 1, #str["无效果灵摆怪兽表"] do --{
      
      cache_1 = Card.IsCode(card, str["无效果灵摆怪兽表"][i])
      
      if cache_1 then --{
        
        --}
        
      else  --{
        
        return true
        







|
<
<







158
159
160
161
162
163
164
165


166
167
168
169
170
171
172
    
  cache_1 = Card.IsType(card, TYPE_PENDULUM)
  
  if cache_1 then --{
    
    for i = 1, #str["无效果灵摆怪兽表"] do --{
      
      if Card.IsCode(card, str["无效果灵摆怪兽表"][i]) then --{


        
        --}
        
      else  --{
        
        return true