-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwurst.build
More file actions
98 lines (98 loc) · 2.05 KB
/
wurst.build
File metadata and controls
98 lines (98 loc) · 2.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
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
---
projectName: AnimeMultiverseBattle
dependencies:
- https://github.com/wurstscript/wurstStdlib2
- https://github.com/null15/InventoryUtils
- https://github.com/Frotty/wurst-table-layout
- https://github.com/Frotty/wurst-bonus-handler
- https://github.com/Frotty/Frentity
buildMapData:
name: '|cff81b862AMB v1.0.0|r'
fileName: AMB v1.0.0
author: Community
scenarioData:
description: "|cff81b862Anime map, where the goal is to kill the enemy heroes\
\ to score a point.\n\nFirst team to reach the required points wins the game\
\ (adjustable by team 1 captain). \n\nFeatures several characters from different\
\ anime franchises, including skins to a few.\n\n|cff5a35ffDiscord: link here"
suggestedPlayers: Anime Lovers
loadingScreen:
background: loadingScreen
players:
- id: 0
name: Player 0
race: HUMAN
controller: USER
fixedStartLoc: false
- id: 1
name: Player 1
race: HUMAN
controller: USER
fixedStartLoc: false
- id: 2
name: Player 2
race: HUMAN
controller: USER
fixedStartLoc: false
- id: 3
name: Player 3
race: HUMAN
controller: USER
fixedStartLoc: false
- id: 4
name: Player 4
race: HUMAN
controller: USER
fixedStartLoc: false
- id: 5
name: Player 5
race: HUMAN
controller: USER
fixedStartLoc: false
- id: 6
name: Player 6
race: HUMAN
controller: USER
fixedStartLoc: false
- id: 7
name: Player 7
race: HUMAN
controller: USER
fixedStartLoc: false
- id: 8
name: Player 8
race: HUMAN
controller: USER
fixedStartLoc: false
- id: 9
name: Player 9
race: HUMAN
controller: USER
fixedStartLoc: false
- id: 10
name: Player 10
race: HUMAN
controller: COMPUTER
fixedStartLoc: false
- id: 11
name: Player 11
race: HUMAN
controller: COMPUTER
fixedStartLoc: false
forces:
- name: Vongola
playerIds:
- 0
- 1
- 2
- 3
- 4
- 10
- name: Millefiore
playerIds:
- 5
- 6
- 7
- 8
- 9
- 11