游戏王残局简化版

Check-in [8276ead4cc]
Login

Check-in [8276ead4cc]

Overview
Comment:0.0.2227
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 8276ead4cc308848a5c2cda1a07794ff189a98a35cb90ff6b0ab9259ffec39b1
User & Date: 顽雨沉风 on 2023-07-25 07:31:04
Other Links: manifest | tags
Context
2023-07-25
07:33
0.0.2228 check-in: 41d132cece user: 顽雨沉风 tags: trunk
07:31
0.0.2227 check-in: 8276ead4cc user: 顽雨沉风 tags: trunk
07:30
0.0.2226 check-in: f4c136ace0 user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [ecd26fd7a8] to [bae17483d6].

163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
  end --}
  
fun["是否效果卡"] = function(card) --{
  
  for i = 1, #str["效果卡的种类表"] do --{
    
    if Card.IsType(card, str["效果卡的种类表"][i]) then --{
      Card.SetHint(card, CHINT_NUMBER, 1)
      return true
      end --}
      
    end --}
    
  if Card.IsType(card, TYPE_PENDULUM) then --{
    







|







163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
  end --}
  
fun["是否效果卡"] = function(card) --{
  
  for i = 1, #str["效果卡的种类表"] do --{
    
    if Card.IsType(card, str["效果卡的种类表"][i]) then --{
      Card.SetHint(card, CHINT_TURN, 1)
      return true
      end --}
      
    end --}
    
  if Card.IsType(card, TYPE_PENDULUM) then --{