游戏王残局简化版

Check-in [8dbe277f54]
Login

Check-in [8dbe277f54]

Overview
Comment:0.0.1784
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 8dbe277f5459a64d4207c5650f7b98a72b27fa812ed42fe98cdbf209c38e20f6
User & Date: 顽雨沉风 on 2023-07-19 02:29:11
Other Links: manifest | tags
Context
2023-07-19
02:31
0.0.1785 check-in: ba86300fd5 user: 顽雨沉风 tags: trunk
02:29
0.0.1784 check-in: 8dbe277f54 user: 顽雨沉风 tags: trunk
2023-07-18
12:46
0.0.1782 check-in: 1f86cf2e31 user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [ea17908cdb] to [87fab8f13f].

8
9
10
11
12
13
14



15
16
17
18
19
20
21
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24







+
+
+







local cache_5
local cache_6
local cache_7
local cache_8
local cache_9

_G.fun = {}

str["二解弹窗"] = "QB:「你居然二解了,请加群告诉我怎么二解。」"
str["原解弹窗"] = "残局群181175613"

fun["Debug.ReloadFieldBegin"] = Debug.ReloadFieldBegin

Debug.ReloadFieldBegin = function(str_1, str_2) --{
  
  str["不洗牌"] = str_1 & DUEL_PSEUDO_SHUFFLE
  
63
64
65
66
67
68
69
70

71
72
73
74
75
76
77
78
66
67
68
69
70
71
72

73

74
75
76
77
78
79
80







-
+
-







  
  fun["通关邀请"]()
  
  end --}
  
fun["通关邀请"] = function() --{
  
  str["原解弹窗"] = "残局群181175613"

  str["二解弹窗"] = "QB:「你居然二解了,请加群告诉我怎么二解。」"
  
  effect_1 = Effect.GlobalEffect()
  
  effect_1:SetType(EFFECT_TYPE_FIELD
  + EFFECT_TYPE_CONTINUOUS)
  
  effect_1:SetCode(EVENT_DAMAGE)