From 00187b4882549d86ab50385179a86d2eecc01357 Mon Sep 17 00:00:00 2001 From: James Date: Wed, 1 Oct 2025 13:18:19 -0700 Subject: [PATCH] Add files via upload --- ASAshop.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ASAshop.html b/ASAshop.html index 64745bf..7bf368c 100644 --- a/ASAshop.html +++ b/ASAshop.html @@ -390,7 +390,9 @@ { id: 'perk1', name: 'ASA Server Slot x30 days', price: 5.00, category: 'perks', tag: 'Server Perk monthly', img: 'img/ServerSlotX30.png', payment: 'https://buy.stripe.com/test_123perk' }, { id: 'perk1', name: 'Mutated Creatures', price: 1.50, category: 'perks', tag: 'Dino Pack One Time Payment 10 non-breedable', img: 'img/MutatedCretures.png', payment: 'https://buy.stripe.com/test_123perk' }, { id: 'perk1', name: 'Starter Pack', price: 1.50, category: 'perks', tag: 'Starter Pack One Time Payment', img: 'img/StarterPack.png', payment: 'https://buy.stripe.com/test_123perk' }, - + { id: 'Server', name: 'Small Map manipulation', price: 5.00, category: 'Server', tag: 'Small Map manipulation Pack One Time Payment', img: 'img/SmallMap.png', payment: 'https://buy.stripe.com/test_123perk' }, + { id: 'Server', name: 'Medium Map manipulation', price: 10.00, category: 'Server', tag: 'Medium Map manipulation Pack One Time Payment', img: 'img/MediumMap.png', payment: 'https://buy.stripe.com/test_123perk' }, + { id: 'Server', name: 'Large Map manipulation', price: 15.00, category: 'Server', tag: 'Large Map manipulation Pack One Time Payment', img: 'img/LargeMap.png', payment: 'https://buy.stripe.com/test_123perk' }, ]; // ======= State =======